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 Oct 8, 2020
1 parent 22003d5 commit 62f313d
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.1";
public static readonly string Version = "Version 1.8.2";

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.1"
#define MyAppVersion "1.8.2"
#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.1</string>
<string>1.8.2</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down

0 comments on commit 62f313d

Please sign in to comment.