Skip to content

Commit

Permalink
Bump version to v1.6.5 (#2908)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchung authored and skylarbarrera committed Feb 2, 2022
1 parent 2c39cbf commit 9d37a84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Removed

## [1.6.4](https://github.com/rainbow-me/rainbow/releases/tag/v1.6.4)
### Changed
* Fix NFT fetching on failure

## [1.6.3](https://github.com/rainbow-me/rainbow/releases/tag/v1.6.3)
### Changed
* Improved L2 support
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 @@ -945,7 +945,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.6.4;
MARKETING_VERSION = 1.6.5;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -1007,7 +1007,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.6.4;
MARKETING_VERSION = 1.6.5;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -1107,7 +1107,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.6.4;
MARKETING_VERSION = 1.6.5;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -1208,7 +1208,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.6.4;
MARKETING_VERSION = 1.6.5;
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.6.4-1",
"version": "1.6.5-1",
"private": true,
"scripts": {
"setup": "yarn install && yarn ds:install && yarn allow-scripts && yarn postinstall",
Expand Down

0 comments on commit 9d37a84

Please sign in to comment.