Skip to content

Commit

Permalink
Bump project version to release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnross committed Jul 6, 2023
1 parent 205d708 commit dcdb001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Bluetility.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -243,17 +243,13 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D85908F22427E34700CBECC9 /* Debug.xcconfig */;
buildSettings = {
CURRENT_PROJECT_VERSION = 8;
MARKETING_VERSION = 1.5;
};
name = Debug;
};
374931981BF169C90087E39F /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D85908F32427E34700CBECC9 /* Release.xcconfig */;
buildSettings = {
CURRENT_PROJECT_VERSION = 8;
MARKETING_VERSION = 1.5;
};
name = Release;
};
Expand Down
4 changes: 2 additions & 2 deletions Config/Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ PRODUCT_BUNDLE_IDENTIFIER = com.rossible.Bluetility
PRODUCT_NAME = $(TARGET_NAME)

// Version
CURRENT_PROJECT_VERSION = 6
MARKETING_VERSION = 1.3
CURRENT_PROJECT_VERSION = 9
MARKETING_VERSION = 1.5.1

0 comments on commit dcdb001

Please sign in to comment.