Skip to content

Commit

Permalink
[chore] App: bump version to 2.3.1 (build 15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanw-mobile committed Nov 21, 2024
1 parent dce252b commit 0ea7db0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions composeApp/composeApp.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'composeApp'
spec.version = '2.3.0'
spec.version = '2.3.1'
spec.homepage = 'https://github.com/ryanw-mobile/OctoMeter/'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down Expand Up @@ -51,4 +51,4 @@ Pod::Spec.new do |spec|
}
]
spec.resources = ['build/compose/cocoapods/compose-resources']
end
end
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ apollographqlMockServer = "0.1.0"
testRules = "1.6.1"

# App configurations, not dependencies
versionCode = "14"
versionName = "2.3.0"
versionCode = "15"
versionName = "2.3.1"
android-minSdk = "26"
android-targetSdk = "34"
android-compileSdk = "34"
Expand Down
8 changes: 4 additions & 4 deletions iosApp/OctoMeter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
DEVELOPMENT_TEAM = V8M4R7N63C;
ENABLE_PREVIEWS = YES;
Expand All @@ -401,7 +401,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.3.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand All @@ -422,7 +422,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
DEVELOPMENT_TEAM = V8M4R7N63C;
ENABLE_PREVIEWS = YES;
Expand All @@ -439,7 +439,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.3.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
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:
- composeApp (2.3.0)
- composeApp (2.3.1)

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

SPEC CHECKSUMS:
composeApp: be2eed0e93f9f2e0672a8aaf85099a186731e2d1
composeApp: 370b588122b7702f52bd2ba74fdbb187caee68c3

PODFILE CHECKSUM: 132f4b88956762bee62e7893fe00dca16e0d8114

Expand Down
4 changes: 2 additions & 2 deletions iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>2.3.0</string>
<string>2.3.1</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
Expand Down

0 comments on commit 0ea7db0

Please sign in to comment.