Skip to content

Commit

Permalink
Updated marketing version
Browse files Browse the repository at this point in the history
  • Loading branch information
rleojoseph committed Aug 2, 2023
1 parent 4120fd9 commit 2118494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHANGELOG

### 5.3.1 (2023-08-01)
### 5.3.1 (2023-08-02)
**SDK**
- **Feature:** Updated `loadFromBundle(miniAppManifest:completionHandler)` interface with optional MiniAppManifest object.
- **Feature:** Added a new property in MiniAppViewable class to Enable/Disable 3D touch for the Miniapp that is launched.
Expand Down
4 changes: 2 additions & 2 deletions MiniAppCarthage/MiniApp/MiniApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@
"@executable_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 5.3.0;
MARKETING_VERSION = 5.3.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.rakuten.tech.mobile.MiniApp;
PRODUCT_NAME = MiniApp;
Expand Down Expand Up @@ -1361,7 +1361,7 @@
"@executable_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 5.3.0;
MARKETING_VERSION = 5.3.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.rakuten.tech.mobile.MiniApp;
PRODUCT_NAME = MiniApp;
Expand Down

0 comments on commit 2118494

Please sign in to comment.