Skip to content

Commit ff8a6e7

Browse files
authored
chore: bump version to 1.0.2 (#150)
1 parent 1f80e14 commit ff8a6e7

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.22)
66

77
project(
88
zaparoo-frontend
9-
VERSION 0.1.0
9+
VERSION 1.0.2
1010
DESCRIPTION "Zaparoo Core frontend"
1111
HOMEPAGE_URL "https://zaparoo.org"
1212
LANGUAGES CXX

rust/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = ["frontend", "mock-core", "zaparoo-core"]
77
resolver = "2"
88

99
[workspace.package]
10-
version = "0.1.0"
10+
version = "1.0.2"
1111
edition = "2021"
1212
rust-version = "1.90"
1313
license = "LicenseRef-PolyForm-Noncommercial-1.0.0"

scripts/package-macos-app.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ cat > "$APP_DIR/Contents/Info.plist" <<'PLIST'
3737
<key>CFBundlePackageType</key>
3838
<string>APPL</string>
3939
<key>CFBundleShortVersionString</key>
40-
<string>0.1.0</string>
40+
<string>1.0.2</string>
4141
<key>CFBundleVersion</key>
42-
<string>0.1.0</string>
42+
<string>1.0.2</string>
4343
<key>LSMinimumSystemVersion</key>
4444
<string>15.0</string>
4545
<key>NSHighResolutionCapable</key>

src/app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ int main(int argc, char* argv[]) // NOLINT
150150
}
151151

152152
QGuiApplication::setApplicationName("Zaparoo Frontend");
153-
QGuiApplication::setApplicationVersion("0.1.0");
153+
QGuiApplication::setApplicationVersion("1.0.2");
154154
QGuiApplication::setOrganizationName("Zaparoo");
155155
QGuiApplication::setOrganizationDomain("zaparoo.org");
156156

0 commit comments

Comments
 (0)