Skip to content

Commit e770fa3

Browse files
committed
Updated version to v0.4.1
1 parent 974a44f commit e770fa3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

res/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.3.0</string>
20+
<string>0.4.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>@TYPEINFO@</string>
2323
<key>CFBundleExecutable</key>

src/OS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <include/OS.hpp>
66
#include <string>
77

8-
#define APPLICATION_VERSION_STRING "v0.3"
8+
#define APPLICATION_VERSION_STRING "v0.4.1"
99

1010
std::string OS::getOSName() {
1111
#ifdef _WIN32

src/ui/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <vector>
1616
#include <string>
1717

18-
#define WINDOW_TITLE "Facade [SNAPSHOT]"
18+
#define WINDOW_TITLE "Facade v0.4.1"
1919

2020
#define MIN_HEIGHT 450
2121
#define SIDEBAR_WIDTH 240

0 commit comments

Comments
 (0)