Skip to content

Commit

Permalink
Updating version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GondiTilak committed Mar 30, 2023
1 parent bef9bdb commit 679c7fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.0 (2023-xx-xx)
### 5.2.0 (2023-03-30)
**SDK**
- **Fix:** Fix Secure storage ready notification
- **Refactor:** Update the Custom permissions error messages format
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 @@ -1324,7 +1324,7 @@
"@executable_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 5.1.0;
MARKETING_VERSION = 5.2.0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.rakuten.tech.mobile.MiniApp;
PRODUCT_NAME = MiniApp;
Expand Down Expand Up @@ -1353,7 +1353,7 @@
"@executable_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 5.1.0;
MARKETING_VERSION = ;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.rakuten.tech.mobile.MiniApp;
PRODUCT_NAME = MiniApp;
Expand Down
2 changes: 1 addition & 1 deletion USERGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ To integrate MiniApp SDK into your Xcode project using Swift Package Manager, ad

```ruby
dependencies: [
.package(url: "https://github.com/rakutentech/ios-miniapp.git", .upToNextMajor(from: "5.1.0"))
.package(url: "https://github.com/rakutentech/ios-miniapp.git", .upToNextMajor(from: "5.2.0"))
]
```

Expand Down

0 comments on commit 679c7fd

Please sign in to comment.