Skip to content

Commit 2118494

Browse files
committed
Updated marketing version
1 parent 4120fd9 commit 2118494

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## CHANGELOG
22

3-
### 5.3.1 (2023-08-01)
3+
### 5.3.1 (2023-08-02)
44
**SDK**
55
- **Feature:** Updated `loadFromBundle(miniAppManifest:completionHandler)` interface with optional MiniAppManifest object.
66
- **Feature:** Added a new property in MiniAppViewable class to Enable/Disable 3D touch for the Miniapp that is launched.

MiniAppCarthage/MiniApp/MiniApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@
13321332
"@executable_path/Frameworks",
13331333
);
13341334
MACH_O_TYPE = staticlib;
1335-
MARKETING_VERSION = 5.3.0;
1335+
MARKETING_VERSION = 5.3.1;
13361336
OTHER_LDFLAGS = "-ObjC";
13371337
PRODUCT_BUNDLE_IDENTIFIER = com.rakuten.tech.mobile.MiniApp;
13381338
PRODUCT_NAME = MiniApp;
@@ -1361,7 +1361,7 @@
13611361
"@executable_path/Frameworks",
13621362
);
13631363
MACH_O_TYPE = staticlib;
1364-
MARKETING_VERSION = 5.3.0;
1364+
MARKETING_VERSION = 5.3.1;
13651365
OTHER_LDFLAGS = "-ObjC";
13661366
PRODUCT_BUNDLE_IDENTIFIER = com.rakuten.tech.mobile.MiniApp;
13671367
PRODUCT_NAME = MiniApp;

0 commit comments

Comments
 (0)