File tree Expand file tree Collapse file tree
app/Project Tracker/Project Tracker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public partial class MainWindow : Window {
3333 private readonly string DATA_DIRECTORY = Environment . GetFolderPath ( Environment . SpecialFolder . LocalApplicationData ) + "/Project Tracker/data" ;
3434 private readonly string VERSION_MANIFEST_URL = "https://raw.githubusercontent.com/CyanCoding/Project-Tracker/master/install-resources/version.json" ;
3535 private readonly string VERSION_INFO = Environment . GetFolderPath ( Environment . SpecialFolder . LocalApplicationData ) + "/Project Tracker/version.json" ;
36- private readonly string CURRENT_VERSION = "0.6 " ; // IF YOU CHANGE THIS, ALSO CHANGE IT IN UpdateWindow.xaml.cs
36+ private readonly string CURRENT_VERSION = "1.0 " ; // IF YOU CHANGE THIS, ALSO CHANGE IT IN UpdateWindow.xaml.cs
3737
3838 public MainWindow ( ) {
3939 InitializeComponent ( ) ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public partial class UpdateWindow : Window {
1818
1919 private readonly string INSTALLER_PATH = @"C:\Program Files\Project Tracker\Project Tracker Installer.exe" ;
2020 private readonly string VERSION_FILE = Environment . GetFolderPath ( Environment . SpecialFolder . LocalApplicationData ) + "/Project Tracker/update.txt" ;
21- private readonly string CURRENT_VERSION = "0.6 " ;
21+ private readonly string CURRENT_VERSION = "1.0 " ;
2222 private readonly Color sortColor = Color . FromRgb ( 228 , 233 , 235 ) ;
2323 private readonly FontFamily textFont = new FontFamily ( "Microsoft Sans Serif" ) ;
2424
You can’t perform that action at this time.
0 commit comments