Skip to content

Commit

Permalink
Patch release 0.5.3a
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov committed Jun 5, 2023
1 parent ca5f409 commit 64d2b95
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_starc_linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Starc for Linux

env:
APP_VERSION: 0.5.4
APP_VERSION: 0.5.3a

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_starc_mac.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Starc for Mac

env:
APP_VERSION: 0.5.4
APP_VERSION: 0.5.3a

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_starc_windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Starc for Windows

env:
APP_VERSION: 0.5.4
APP_VERSION: 0.5.3a

on:
push:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.5.3a" date="2023-06-05"/>
<release version="0.5.3" date="2023-05-31"/>
<release version="0.5.2" date="2023-05-16"/>
<release version="0.5.1" date="2023-04-30"/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.4</string>
<string>0.5.3a</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
2 changes: 1 addition & 1 deletion src/core/management_layer/application_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ ApplicationManager::ApplicationManager(QObject* _parent)
Log::init(loggingLevel, logFilePath);


QString applicationVersion = "0.5.4";
QString applicationVersion = "0.5.3a";
#if defined(DEV_BUILD) && DEV_BUILD > 0
applicationVersion += QString(" dev %1").arg(DEV_BUILD);
#endif
Expand Down

0 comments on commit 64d2b95

Please sign in to comment.