Skip to content

Commit

Permalink
Version 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Aug 1, 2024
1 parent 000ebb4 commit 54aa42f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ val androidTargetSdk by extra(34)
val androidMinSdk by extra(24)
val javaVersion by extra(JavaVersion.VERSION_17)

val appVersionCode by extra(43)
val appVersionName by extra("1.12.2")
val appVersionCode by extra(44)
val appVersionName by extra("1.12.3")

val appGroup by extra("dev.zwander")
val appPackageName by extra("dev.zwander.arcadyankvd21control")
Expand Down
2 changes: 1 addition & 1 deletion common/common.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'common'
spec.version = '43'
spec.version = '44'
spec.homepage = 'https://zwander.dev'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
4 changes: 2 additions & 2 deletions iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.12.2</string>
<string>1.12.3</string>
<key>CFBundleVersion</key>
<string>43</string>
<string>44</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
Expand Down

0 comments on commit 54aa42f

Please # to comment.