Skip to content

Commit

Permalink
bump to v1.5.39 ios (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchung committed Dec 2, 2021
1 parent 3f30696 commit e608fc0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Removed

## [1.5.39](https://github.com/rainbow-me/rainbow/releases/tag/v1.5.39)
### Changed
* Full fix for deeplink send bug

## [1.5.37](https://github.com/rainbow-me/rainbow/releases/tag/v1.5.37)

Expand Down
8 changes: 4 additions & 4 deletions ios/Rainbow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.5.38;
MARKETING_VERSION = 1.5.39;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -855,7 +855,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.5.38;
MARKETING_VERSION = 1.5.39;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -950,7 +950,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.5.38;
MARKETING_VERSION = 1.5.39;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -1046,7 +1046,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.5.38;
MARKETING_VERSION = 1.5.39;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rainbow",
"version": "1.5.38-1",
"version": "1.5.39-1",
"private": true,
"scripts": {
"setup": "yarn install && yarn allow-scripts && yarn postinstall",
Expand Down

0 comments on commit e608fc0

Please sign in to comment.