Skip to content

Commit a8a8a78

Browse files
committed
Update release to v0.1.9
1 parent 9521a71 commit a8a8a78

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
@@ -10,37 +10,37 @@ const IndexPage = () => (
1010
<NoteView />
1111
<DownloadsSection
1212
title="Downloads [Stable]"
13-
version="v0.1.8"
14-
releaseDate="19/09/2020"
13+
version="v0.1.9"
14+
releaseDate="29/09/2020"
1515
linux={[
1616
{
1717
type: "deb",
1818
link:
19-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.8/instagram-live-streamer_0.1.8_amd64.deb",
19+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.9/instagram-live-streamer_0.1.9_amd64.deb",
2020
},
2121
{
2222
type: "AppImage",
2323
link:
24-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.8/instagram-live-streamer-0.1.8.AppImage",
24+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.9/instagram-live-streamer-0.1.9.AppImage",
2525
},
2626
]}
2727
windows={[
2828
{
2929
type: "exe",
3030
link:
31-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.8/instagram-live-streamer-Setup-0.1.8.exe",
31+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.9/instagram-live-streamer-Setup-0.1.9.exe",
3232
},
3333
]}
3434
macos={[
3535
{
3636
type: "dmg",
3737
link:
38-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.8/instagram-live-streamer-0.1.8.dmg",
38+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.9/instagram-live-streamer-0.1.9.dmg",
3939
},
4040
{
4141
type: "pkg",
4242
link:
43-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.8/instagram-live-streamer-0.1.8.pkg",
43+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.9/instagram-live-streamer-0.1.9.pkg",
4444
},
4545
]}
4646
/>

0 commit comments

Comments
 (0)