Skip to content

Commit

Permalink
Prepared release 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
objecthub committed Oct 4, 2020
1 parent 6ccf9b6 commit e420f6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.3 (2020-10-04)
- Ported code to Swift 5.3
- Migrated project to Xcode 12.0

## 1.0.2 (2020-04-27)
- Allow closing of a database that is closed already

Expand Down
8 changes: 4 additions & 4 deletions SQLiteExpress.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.SQLiteExpress;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -483,7 +483,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.SQLiteExpress;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -549,7 +549,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.SQLiteExpress;
PRODUCT_NAME = "SQLiteExpress iOS";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -577,7 +577,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.SQLiteExpress;
PRODUCT_NAME = "SQLiteExpress iOS";
SDKROOT = iphoneos;
Expand Down

0 comments on commit e420f6e

Please sign in to comment.