Skip to content

Commit 7f9745b

Browse files
committed
Change next-version.json download link
1 parent 8c6ac55 commit 7f9745b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Project Tracker/Project Tracker/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public partial class MainWindow : UWPHost.Window {
4949
"https://raw.githubusercontent.com/CyanCoding/Project-Tracker/master/install-resources/version.json";
5050

5151
private readonly string NEXT_VERSION_MANIFEST_URL =
52-
"https://raw.githubusercontent.com/CyanCoding/Project-Tracker/cyancoding-settings-branch/install-resources/next-version.json";
52+
"https://raw.githubusercontent.com/CyanCoding/Project-Tracker/master/install-resources/next-version.json";
5353

5454
private readonly string NEXT_VERSION_INFO = Environment.GetFolderPath
5555
(Environment.SpecialFolder.LocalApplicationData) + "/Project Tracker/next-version.json";

0 commit comments

Comments
 (0)