Skip to content

Commit 5e678f8

Browse files
committed
android/8.4.9, desktop/8.4.9, ios/8.4.9
1 parent c9dfad2 commit 5e678f8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

app/android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId = "com.softartdev.noteroom"
2525
minSdk = libs.versions.minSdk.get().toInt()
2626
targetSdk = libs.versions.targetSdk.get().toInt()
27-
versionCode = 848
28-
versionName = "8.4.8"
27+
versionCode = 849
28+
versionName = "8.4.9"
2929
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3030
testInstrumentationRunnerArguments["clearPackageData"] = "true"
3131
vectorDrawables.useSupportLibrary = true

app/desktop/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ compose.desktop {
5151
nativeDistributions {
5252
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
5353
packageName = "Note Delight"
54-
packageVersion = "8.4.8"
54+
packageVersion = "8.4.9"
5555
description = "Note app with encryption"
5656
copyright = "© 2023 SoftArtDev"
5757
macOS.iconFile.set(project.file("src/jvmMain/resources/app_icon.icns"))

app/iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
"$(inherited)",
476476
"@executable_path/Frameworks",
477477
);
478-
MARKETING_VERSION = 8.4.8;
478+
MARKETING_VERSION = 8.4.9;
479479
OTHER_LDFLAGS = (
480480
"$(inherited)",
481481
"-ObjC",
@@ -517,7 +517,7 @@
517517
"$(inherited)",
518518
"@executable_path/Frameworks",
519519
);
520-
MARKETING_VERSION = 8.4.8;
520+
MARKETING_VERSION = 8.4.9;
521521
OTHER_LDFLAGS = (
522522
"$(inherited)",
523523
"-ObjC",

app/iosApp/iosApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<key>CFBundlePackageType</key>
2323
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2424
<key>CFBundleShortVersionString</key>
25-
<string>8.4.8</string>
25+
<string>8.4.9</string>
2626
<key>CFBundleVersion</key>
2727
<string>19</string>
2828
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)