Skip to content

Commit

Permalink
bump eet
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarbarrera committed Nov 11, 2021
1 parent a2c09b3 commit 510a37c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Removed

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

### Changed
* Lowered Exporer Transaction Limit
* Polygon Contract Name handling
* Revert Uniswap fetchng by Volume
* Use StaticJsonRpcProvider


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

### Changed
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ android {
applicationId "me.rainbow"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 51
versionCode 52
versionName "1.0"
missingDimensionStrategy 'react-native-camera', 'general'
renderscriptTargetApi 23
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.34-1",
"version": "1.5.35-1",
"private": true,
"scripts": {
"setup": "yarn install && yarn allow-scripts && yarn postinstall",
Expand Down

0 comments on commit 510a37c

Please sign in to comment.