Skip to content

Commit 7ebdd3b

Browse files
committed
Add v0.1.7-beta release
1 parent b60a942 commit 7ebdd3b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/pages/downloads.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -46,37 +46,37 @@ const IndexPage = () => (
4646
/>
4747
<DownloadsSection
4848
title="Beta Channel"
49-
version="v0.1.6-beta"
50-
releaseDate="04/07/2020"
49+
version="v0.1.7-beta"
50+
releaseDate="19/09/2020"
5151
linux={[
5252
{
5353
type: "deb",
5454
link:
55-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.6/instagram-live-streamer_0.1.6_amd64.deb",
55+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.7-beta/instagram-live-streamer_0.1.7-beta_amd64.deb",
5656
},
5757
{
5858
type: "AppImage",
5959
link:
60-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.6/instagram-live-streamer-0.1.6.AppImage",
60+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.7-beta/instagram-live-streamer-0.1.7-beta.AppImage",
6161
},
6262
]}
6363
windows={[
6464
{
6565
type: "exe",
6666
link:
67-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.6/instagram-live-streamer-Setup-0.1.6.exe",
67+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.7-beta/instagram-live-streamer-Setup-0.1.7-beta.exe",
6868
},
6969
]}
7070
macos={[
7171
{
7272
type: "dmg",
7373
link:
74-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.6/instagram-live-streamer-0.1.6.dmg",
74+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.7-beta/instagram-live-streamer-0.1.7-beta.dmg",
7575
},
7676
{
7777
type: "pkg",
7878
link:
79-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.6/instagram-live-streamer-0.1.6.pkg",
79+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.7-beta/instagram-live-streamer-0.1.7-beta.pkg",
8080
},
8181
]}
8282
/>

0 commit comments

Comments
 (0)