Skip to content

Commit

Permalink
Program: Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mat1jaczyyy committed May 8, 2021
1 parent 9d1be6d commit 317ac6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Apollo/Core/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace Apollo.Core {
class Program {
public static readonly string Version = "Version 1.8.4";
public static readonly string Version = "Version 1.8.5";

public static AppBuilder BuildAvaloniaApp()
=> AppBuilder.Configure<App>()
Expand Down
2 changes: 1 addition & 1 deletion Publish/Apollo.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Apollo Studio"
#define MyAppVersion "1.8.4"
#define MyAppVersion "1.8.5"
#define MyAppPublisher "mat1jaczyyy"
#define MyAppURL "apollo.mat1jaczyyy.com"
#define MyAppExeName "Apollo.exe"
Expand Down
2 changes: 1 addition & 1 deletion Publish/Apollo.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.8.4</string>
<string>1.8.5</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down

0 comments on commit 317ac6e

Please sign in to comment.