Skip to content

Commit

Permalink
bump version to v1.9.31 (#5916)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimtaveras00 committed Jul 9, 2024
1 parent e15a077 commit f8e1815
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Fixed

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

### Fixed

- Fixed a crash that would happen when attempting a max swappable amount (#5907)
- Fixed an issue where native network token was not at top of verified list (#5906)
- Fixed an issue when tapping swap button on Degen Token expanded sheet would cause a crash (#5910)
- Fixed broken searching of local and cross network search (#5912)
- Fixed an issue where we would do an uncessary approval when unwrapping WETH (#5911)

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

### Changed
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ android {
applicationId "me.rainbow"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 219
versionName "1.9.29"
versionCode 221
versionName "1.9.31"
missingDimensionStrategy 'react-native-camera', 'general'
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
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 @@ -1666,7 +1666,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.29;
MARKETING_VERSION = 1.9.31;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1728,7 +1728,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.29;
MARKETING_VERSION = 1.9.31;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1835,7 +1835,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.29;
MARKETING_VERSION = 1.9.31;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1943,7 +1943,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.29;
MARKETING_VERSION = 1.9.31;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
OTHER_LDFLAGS = (
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.9.29-1",
"version": "1.9.31-1",
"private": true,
"scripts": {
"setup": "yarn install && yarn graphql-codegen:install && yarn ds:install && yarn allow-scripts && yarn postinstall && yarn graphql-codegen",
Expand Down

0 comments on commit f8e1815

Please sign in to comment.