Skip to content

Commit ecabbee

Browse files
committed
Release
1 parent b9b480a commit ecabbee

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.linuxcommandlibrary.shared
22

33
object Version {
4-
const val APP_VERSION = "3.5.11"
4+
const val APP_VERSION = "3.5.12"
55
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add commands
2+
Upgrade sdks

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
agp = "9.0.1"
3-
appVersion = "3.5.11"
4-
androidVersionCode = "136"
3+
appVersion = "3.5.12"
4+
androidVersionCode = "137"
55
kotlin = "2.3.10"
66
composeMultiplatform = "1.10.1"
77
accompanistAppcompatTheme = "0.36.0"
@@ -11,10 +11,10 @@ koinCore = "4.1.1"
1111
kotlinxCoroutinesCore = "1.10.2"
1212
kotlinxHtmlJvm = "0.12.0"
1313
kotlinxSerializationCore = "1.10.0"
14-
material = "1.10.3"
14+
material = "1.10.4"
1515
navigationCompose = "2.9.2"
1616
preference = "1.2.1"
17-
uiToolingPreview = "1.10.3"
17+
uiToolingPreview = "1.10.4"
1818
spotless = "8.2.1"
1919
kotlinxCollectionsImmutable = "0.4.0"
2020
benManesVersions = "0.53.0"

iosApp/iosApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.5.9</string>
20+
<string>3.5.11</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)