Skip to content

Commit c6fbeb2

Browse files
committed
Make patch-release 0.7.2a
1 parent 24e721a commit c6fbeb2

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.github/workflows/build_starc_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Starc for Linux
22

33
env:
4-
APP_VERSION: 0.7.3
4+
APP_VERSION: 0.7.2a
55

66
on:
77
push:

.github/workflows/build_starc_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Starc for Mac
22

33
env:
4-
APP_VERSION: 0.7.3
4+
APP_VERSION: 0.7.2a
55

66
on:
77
push:

.github/workflows/build_starc_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Starc for Windows
22

33
env:
4-
APP_VERSION: 0.7.3
4+
APP_VERSION: 0.7.2a
55

66
on:
77
push:

build/linux/flathub/share/metainfo/dev.storyapps.starc.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
</screenshot>
117117
</screenshots>
118118
<releases>
119+
<release version="0.7.2a" date="2024-05-19"/>
119120
<release version="0.7.2" date="2024-05-16"/>
120121
<release version="0.7.1" date="2024-05-02"/>
121122
<release version="0.7.0" date="2024-03-05"/>

src/app/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<key>CFBundlePackageType</key>
3333
<string>APPL</string>
3434
<key>CFBundleShortVersionString</key>
35-
<string>0.7.3</string>
35+
<string>0.7.2a</string>
3636
<key>CFBundleSignature</key>
3737
<string>????</string>
3838
<key>CFBundleSupportedPlatforms</key>

src/core/management_layer/application_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2185,7 +2185,7 @@ ApplicationManager::ApplicationManager(QObject* _parent)
21852185
#endif
21862186
Log::init(loggingLevel, logFilePath);
21872187

2188-
QString applicationVersion = "0.7.3";
2188+
QString applicationVersion = "0.7.2a";
21892189
#if defined(DEV_BUILD) && DEV_BUILD > 0
21902190
applicationVersion += QString(" dev %1").arg(DEV_BUILD);
21912191
#endif

0 commit comments

Comments
 (0)