Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Apr 2, 2023
1 parent b1815c0 commit 123607d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Coordinates.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ val PUBLISHING_GROUP = "com.jdoneill"
object AppCoordinates {
const val APP_ID = "com.jdoneill.ktmultiplatform"

const val APP_VERSION_NAME = "0.0.1"
const val APP_VERSION_NAME = "0.4.0"
const val APP_VERSION_CODE = 1
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

kotlin.js.webpack.major.version=4
kotlin.js.webpack.major.version=4
7 changes: 5 additions & 2 deletions ios-app/ios-app.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
isa = PBXNativeTarget;
buildConfigurationList = FEC5DF9C22794BB3004F7259 /* Build configuration list for PBXNativeTarget "ios-app" */;
buildPhases = (
FEC5DFAB22795373004F7259 /* ShellScript */,
FEC5DFAB22795373004F7259 /* Pack For Xcode */,
FEC5DF7022794BB2004F7259 /* Sources */,
FEC5DF7122794BB2004F7259 /* Frameworks */,
FEC5DF7222794BB2004F7259 /* Resources */,
Expand Down Expand Up @@ -300,7 +300,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
FEC5DFAB22795373004F7259 /* ShellScript */ = {
FEC5DFAB22795373004F7259 /* Pack For Xcode */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -309,6 +309,7 @@
);
inputPaths = (
);
name = "Pack For Xcode";
outputFileListPaths = (
);
outputPaths = (
Expand Down Expand Up @@ -509,6 +510,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.0;
PRODUCT_BUNDLE_IDENTIFIER = com.jdoneill.mpp;
PRODUCT_NAME = "Mpp Playground";
SWIFT_VERSION = 5.0;
Expand All @@ -529,6 +531,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.0;
PRODUCT_BUNDLE_IDENTIFIER = com.jdoneill.mpp;
PRODUCT_NAME = "Mpp Playground";
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit 123607d

Please sign in to comment.