Skip to content

Commit

Permalink
bump (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarbarrera committed Oct 26, 2021
1 parent 060a243 commit eddc387
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Removed

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

### Changed
* Seperate out L2 explorer init


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

### Changed
* Changed source of token list
* ENS & Unstoppable validation fixes
* Seperate out L2 explorer init

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

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 @@ -798,7 +798,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.5.29;
MARKETING_VERSION = 1.5.30;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -857,7 +857,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.5.29;
MARKETING_VERSION = 1.5.30;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -952,7 +952,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.5.29;
MARKETING_VERSION = 1.5.30;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -1048,7 +1048,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.5.29;
MARKETING_VERSION = 1.5.30;
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.29-1",
"version": "1.5.30-1",
"private": true,
"scripts": {
"setup": "yarn install && yarn allow-scripts && yarn postinstall",
Expand Down

0 comments on commit eddc387

Please sign in to comment.