Skip to content

Commit

Permalink
Updated version numbers in library/framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
objecthub committed Oct 4, 2020
1 parent fb2e9f7 commit ab1de90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## 2.3.8 (2020-10-04)
## 2.3.9 (2020-10-04)
- Port to Swift 5.3
- Migrated project to Xcode 12.0

Expand Down
8 changes: 4 additions & 4 deletions NumberKit.xcodeproj/project.pbxproj
Expand Up @@ -494,7 +494,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.7;
MARKETING_VERSION = 2.3.9;
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.NumberKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -521,7 +521,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.7;
MARKETING_VERSION = 2.3.9;
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.NumberKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -588,7 +588,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.7;
MARKETING_VERSION = 2.3.9;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.NumberKit;
Expand Down Expand Up @@ -627,7 +627,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.7;
MARKETING_VERSION = 2.3.9;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.NumberKit;
PRODUCT_NAME = NumberKit;
Expand Down

0 comments on commit ab1de90

Please sign in to comment.