Skip to content

Commit

Permalink
Version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Jul 27, 2024
1 parent 786d35c commit 65e2920
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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 = '40'
spec.version = '41'
spec.homepage = 'https://zwander.dev'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app_name=HINT Control
app_version_name=1.11.4
app_version_code=40
app_version_name=1.12.0
app_version_code=41
group=dev.zwander
package_name=dev.zwander.arcadyankvd21control
compile_sdk=34
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 (40)
- common (41)

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

SPEC CHECKSUMS:
common: aa7f75b50fde2aaf12e5bfa0efa4fb79e0ead309
common: fa01c9724434a4003051f90cd3974cc76c9403dc

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.11.4</string>
<string>1.12.0</string>
<key>CFBundleVersion</key>
<string>40</string>
<string>41</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
Expand Down

0 comments on commit 65e2920

Please sign in to comment.