Commit 8140f45 1 parent e6f624d commit 8140f45 Copy full SHA for 8140f45
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ internal class AppConfig : IAppConfig
6
6
{
7
7
public string AppId => Env . AppId ;
8
8
public string AppStringId => "SyncClipboard.Desktop" ;
9
- public string AppVersion => "0.7.2-beta1 " ;
9
+ public string AppVersion => "0.7.2" ;
10
10
public string UpdateApiUrl => "https://api.github.com/repos/Jeric-X/SyncClipboard.Desktop/releases" ;
11
11
public string UpdateUrl => "https://github.com/Jeric-X/SyncClipboard.Desktop/releases/latest" ;
12
12
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ internal class AppConfig : IAppConfig
6
6
{
7
7
public string AppId => Env . AppId ;
8
8
public string AppStringId => "SyncClipboard.WinUI" ;
9
- public string AppVersion => "2.8.2-beta1 " ;
9
+ public string AppVersion => "2.8.2" ;
10
10
public string UpdateApiUrl => "https://api.github.com/repos/Jeric-X/SyncClipboard/releases" ;
11
11
public string UpdateUrl => "https://github.com/Jeric-X/SyncClipboard/releases/latest" ;
12
12
}
You can’t perform that action at this time.
0 commit comments