Skip to content

Commit

Permalink
Version 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Aug 20, 2024
1 parent 1dd3b02 commit d426938
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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_21)

val appVersionCode by extra(48)
val appVersionName by extra("1.13.0")
val appVersionCode by extra(49)
val appVersionName by extra("1.13.1")

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 = '48'
spec.version = '49'
spec.homepage = 'https://zwander.dev'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
4 changes: 2 additions & 2 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- common (48)
- common (49)

DEPENDENCIES:
- common (from `../common`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../common"

SPEC CHECKSUMS:
common: ee3092102a4b48f3c158e0d016c3285e1ea15f0e
common: 08b0405fa69028a186db79e64f6ebc168755b1e0

PODFILE CHECKSUM: a47b08111a9360f17f5d8c42d2f8fe74051ea06f

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.13.0</string>
<string>1.13.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
Expand Down

0 comments on commit d426938

Please # to comment.