From c7e4e89e177b599c47bcf15029703fdea8f006d7 Mon Sep 17 00:00:00 2001 From: Stone-Red-Code <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 6 Aug 2021 19:19:00 +0200 Subject: [PATCH] Fixed version numbers in update info files --- update/updateInfoLinux.json | 2 +- update/updateInfoLinuxARM.json | 4 ++-- update/updateInfoWindows.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/update/updateInfoLinux.json b/update/updateInfoLinux.json index cfac7a8..098380e 100644 --- a/update/updateInfoLinux.json +++ b/update/updateInfoLinux.json @@ -1,4 +1,4 @@ { - "Version":"0.0.4.0", + "Version":"0.0.5.0", "FileUrl":"http://github.com/Stone-Red-Code/DiscordCLI/blob/main/develop/Linux-x64.zip?raw=true" } diff --git a/update/updateInfoLinuxARM.json b/update/updateInfoLinuxARM.json index daf56cf..e130b60 100644 --- a/update/updateInfoLinuxARM.json +++ b/update/updateInfoLinuxARM.json @@ -1,4 +1,4 @@ { - "Version":"0.0.4.0", - "FileUrl":"http://github.com/Stone-Red-Code/DiscordCLI/blob/main/update/Linux-ARM.zip?raw=true" + "Version":"0.0.5.0", + "FileUrl":"http://github.com/Stone-Red-Code/DiscordCLI/blob/main/develop/Linux-ARM.zip?raw=true" } diff --git a/update/updateInfoWindows.json b/update/updateInfoWindows.json index 3e62400..42bcc17 100644 --- a/update/updateInfoWindows.json +++ b/update/updateInfoWindows.json @@ -1,4 +1,4 @@ { - "Version":"0.0.4.0", + "Version":"0.0.5.0", "FileUrl":"http://github.com/Stone-Red-Code/DiscordCLI/blob/main/develop/Windows.zip?raw=true" }