Skip to content

Commit 679c7fd

Browse files
committed
Updating version to 5.2.0
1 parent bef9bdb commit 679c7fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.2.0 (2023-xx-xx)
3+
### 5.2.0 (2023-03-30)
44
**SDK**
55
- **Fix:** Fix Secure storage ready notification
66
- **Refactor:** Update the Custom permissions error messages format

MiniAppCarthage/MiniApp/MiniApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@
13241324
"@executable_path/Frameworks",
13251325
);
13261326
MACH_O_TYPE = staticlib;
1327-
MARKETING_VERSION = 5.1.0;
1327+
MARKETING_VERSION = 5.2.0;
13281328
OTHER_LDFLAGS = "-ObjC";
13291329
PRODUCT_BUNDLE_IDENTIFIER = com.rakuten.tech.mobile.MiniApp;
13301330
PRODUCT_NAME = MiniApp;
@@ -1353,7 +1353,7 @@
13531353
"@executable_path/Frameworks",
13541354
);
13551355
MACH_O_TYPE = staticlib;
1356-
MARKETING_VERSION = 5.1.0;
1356+
MARKETING_VERSION = ;
13571357
OTHER_LDFLAGS = "-ObjC";
13581358
PRODUCT_BUNDLE_IDENTIFIER = com.rakuten.tech.mobile.MiniApp;
13591359
PRODUCT_NAME = MiniApp;

USERGUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To integrate MiniApp SDK into your Xcode project using Swift Package Manager, ad
8383

8484
```ruby
8585
dependencies: [
86-
.package(url: "https://github.com/rakutentech/ios-miniapp.git", .upToNextMajor(from: "5.1.0"))
86+
.package(url: "https://github.com/rakutentech/ios-miniapp.git", .upToNextMajor(from: "5.2.0"))
8787
]
8888
```
8989

0 commit comments

Comments
 (0)