Skip to content

Commit

Permalink
1.1.13 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Roskopf <joseph.thomas.roskopf@gmail.com>
  • Loading branch information
j-roskopf and j-roskopf authored Nov 17, 2023
1 parent ecb54b4 commit 6f430cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion desktopApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Pkg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "Sync Sphere"
packageVersion = "1.1.12"
packageVersion = "1.1.13"

macOS {
iconFile.set(project.file("src/jvmMain/resources/icon/desktop_icon.icns"))
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android.useAndroidX=true
android.compileSdk=34
android.targetSdk=34
android.minSdk=26
android.versionCode=6
android.versionName=1.1.12
android.versionCode=7
android.versionName=1.1.13

kotlin.mpp.applyDefaultHierarchyTemplate=false
4 changes: 2 additions & 2 deletions iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.1.12</string>
<string>1.1.13</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
Expand Down

0 comments on commit 6f430cf

Please sign in to comment.