Skip to content

Commit 839ef43

Browse files
committed
Update to latest version
1 parent dfd8004 commit 839ef43

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

src/pages/downloads.js

+9-16
Original file line numberDiff line numberDiff line change
@@ -33,50 +33,43 @@ const IndexPage = () => (
3333
]}
3434
macos={[
3535
{
36-
type: "dmg",
37-
link:
38-
"https://github.com/haxzie/instagram-live-streamer/releases/download/v0.1.3/streamon-0.1.3.dmg",
39-
},
40-
{
41-
type: "pkg",
42-
link:
43-
"https://github.com/haxzie/instagram-live-streamer/releases/download/v0.1.3/streamon-0.1.3.pkg",
44-
},
36+
type: "Stable version coming soon, use the beta channel below.",
37+
}
4538
]}
4639
/>
4740
<DownloadsSection
4841
title="Beta Channel"
49-
version="v0.1.3-beta"
50-
releaseDate="28/05/2020"
42+
version="v0.1.4-beta"
43+
releaseDate="10/06/2020"
5144
linux={[
5245
{
5346
type: "deb",
5447
link:
55-
"https://github.com/haxzie/instagram-live-streamer/releases/download/v0.1.3/streamon_0.1.3_amd64.deb",
48+
"https://github.com/haxzie/instagram-live-streamer/releases/download/untagged-2aca8763a66d3190fc96/instagram-live-streamer_0.1.4_amd64.deb",
5649
},
5750
{
5851
type: "AppImage",
5952
link:
60-
"https://github.com/haxzie/instagram-live-streamer/releases/download/v0.1.3/streamon-0.1.3.AppImage",
53+
"https://github.com/haxzie/instagram-live-streamer/releases/download/untagged-2aca8763a66d3190fc96/instagram-live-streamer-0.1.4.AppImage",
6154
},
6255
]}
6356
windows={[
6457
{
6558
type: "exe",
6659
link:
67-
"https://github.com/haxzie/instagram-live-streamer/releases/download/v0.1.3/streamon.Setup.0.1.3.exe",
60+
"https://github.com/haxzie/instagram-live-streamer/releases/download/untagged-2aca8763a66d3190fc96/instagram-live-streamer-Setup-0.1.4.exe",
6861
},
6962
]}
7063
macos={[
7164
{
7265
type: "dmg",
7366
link:
74-
"https://github.com/haxzie/instagram-live-streamer/releases/download/v0.1.3/streamon-0.1.3.dmg",
67+
"https://github.com/haxzie/instagram-live-streamer/releases/download/untagged-2aca8763a66d3190fc96/instagram-live-streamer-0.1.4.dmg",
7568
},
7669
{
7770
type: "pkg",
7871
link:
79-
"https://github.com/haxzie/instagram-live-streamer/releases/download/v0.1.3/streamon-0.1.3.pkg",
72+
"https://github.com/haxzie/instagram-live-streamer/releases/download/untagged-2aca8763a66d3190fc96/instagram-live-streamer-0.1.4.pkg",
8073
},
8174
]}
8275
/>

0 commit comments

Comments
 (0)