Skip to content

Commit 7f8100e

Browse files
committedNov 17, 2021
Update BCP Version
1 parent cad2821 commit 7f8100e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
 

‎website/src/docs/bananacakepop/index.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ Banana Cake Pop makes it easy and enjoyable to test your GraphQL server implemen
66

77
# Download
88

9-
Banana Cake Pop is currently in preview and the current version is `1.0.0-preview.15`. It has an auto update feature built in, so as new releases come out you will get notifications in the app.
9+
Banana Cake Pop is currently in preview and the current version is `1.0.0-preview.14`. It has an auto update feature built in, so as new releases come out you will get notifications in the app.
1010

11-
- [MacOS Installer (Intel)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.15-mac-x64.dmg)
12-
- [MacOS Installer (Apple Silicon)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.15-mac-arm64.dmg)
13-
- [Windows Installer](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.15-win-x64.exe)
14-
- [Ubuntu Installer (AppImage)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.15-linux-x86_64.AppImage)
15-
- [Ubuntu Installer (Snap)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.15-linux-amd64.snap)
11+
- [MacOS Installer (Intel)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.14.dmg)
12+
- [Windows Installer](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.14.exe)
13+
- [Ubuntu Installer (AppImage)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.14.AppImage)
14+
- [Ubuntu Installer (Snap)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.14.snap)
1615

1716
After downloading head over to [getting started](/docs/bananacakepop/getting-started) and lets make our first GraphQL query in Banana Cake Pop.
1817

‎website/src/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const IndexPage: FC = () => {
116116
<Link to="https://bananacakepop.com">
117117
<BananaCakePop shadow />
118118
<SlideContent>
119-
<SlideTitle>Try Banana Cake Pop Preview 15</SlideTitle>
119+
<SlideTitle>Try Banana Cake Pop Preview 14</SlideTitle>
120120
<SlideDescription>
121121
Our GraphQL IDE to explore schemas, execute operations and get
122122
deep performance insights.

0 commit comments

Comments
 (0)
Please sign in to comment.