Skip to content

Commit 1da7bae

Browse files
committed
Update downloads to v0.2.0
1 parent 8053e48 commit 1da7bae

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.9"
14-
releaseDate="29/09/2020"
13+
version="v0.2.0"
14+
releaseDate="13/02/2021"
1515
linux={[
1616
{
1717
type: "deb",
1818
link:
19-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.9/instagram-live-streamer_0.1.9_amd64.deb",
19+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.2.0/instagram-live-streamer_0.2.0_amd64.deb",
2020
},
2121
{
2222
type: "AppImage",
2323
link:
24-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.9/instagram-live-streamer-0.1.9.AppImage",
24+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.2.0/instagram-live-streamer-0.2.0.AppImage",
2525
},
2626
]}
2727
windows={[
2828
{
2929
type: "exe",
3030
link:
31-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.9/instagram-live-streamer-Setup-0.1.9.exe",
31+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.2.0/instagram-live-streamer-Setup-0.2.0.exe",
3232
},
3333
]}
3434
macos={[
3535
{
3636
type: "dmg",
3737
link:
38-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.9/instagram-live-streamer-0.1.9.dmg",
38+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.2.0/instagram-live-streamer-0.2.0.dmg",
3939
},
4040
{
4141
type: "pkg",
4242
link:
43-
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.1.9/instagram-live-streamer-0.1.9.pkg",
43+
"https://github.com/haxzie/instagram-live-streamer/releases/download/0.2.0/instagram-live-streamer-0.2.0.pkg",
4444
},
4545
]}
4646
/>

0 commit comments

Comments
 (0)