Skip to content

Commit f8e1815

Browse files
bump version to v1.9.31 (#5916)
1 parent e15a077 commit f8e1815

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
1515

1616
### Fixed
1717

18+
## [1.9.30] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.30)
19+
20+
### Fixed
21+
22+
- Fixed a crash that would happen when attempting a max swappable amount (#5907)
23+
- Fixed an issue where native network token was not at top of verified list (#5906)
24+
- Fixed an issue when tapping swap button on Degen Token expanded sheet would cause a crash (#5910)
25+
- Fixed broken searching of local and cross network search (#5912)
26+
- Fixed an issue where we would do an uncessary approval when unwrapping WETH (#5911)
27+
1828
## [1.9.28] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.28)
1929

2030
### Changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ android {
148148
applicationId "me.rainbow"
149149
minSdkVersion rootProject.ext.minSdkVersion
150150
targetSdkVersion rootProject.ext.targetSdkVersion
151-
versionCode 219
152-
versionName "1.9.29"
151+
versionCode 221
152+
versionName "1.9.31"
153153
missingDimensionStrategy 'react-native-camera', 'general'
154154
renderscriptTargetApi 23
155155
renderscriptSupportModeEnabled true

ios/Rainbow.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@
16661666
"$(PROJECT_DIR)",
16671667
);
16681668
LLVM_LTO = YES;
1669-
MARKETING_VERSION = 1.9.29;
1669+
MARKETING_VERSION = 1.9.31;
16701670
OTHER_CFLAGS = "$(inherited)";
16711671
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
16721672
OTHER_LDFLAGS = (
@@ -1728,7 +1728,7 @@
17281728
"$(PROJECT_DIR)",
17291729
);
17301730
LLVM_LTO = YES;
1731-
MARKETING_VERSION = 1.9.29;
1731+
MARKETING_VERSION = 1.9.31;
17321732
OTHER_CFLAGS = "$(inherited)";
17331733
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
17341734
OTHER_LDFLAGS = (
@@ -1835,7 +1835,7 @@
18351835
"$(PROJECT_DIR)",
18361836
);
18371837
LLVM_LTO = YES;
1838-
MARKETING_VERSION = 1.9.29;
1838+
MARKETING_VERSION = 1.9.31;
18391839
OTHER_CFLAGS = "$(inherited)";
18401840
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
18411841
OTHER_LDFLAGS = (
@@ -1943,7 +1943,7 @@
19431943
"$(PROJECT_DIR)",
19441944
);
19451945
LLVM_LTO = YES;
1946-
MARKETING_VERSION = 1.9.29;
1946+
MARKETING_VERSION = 1.9.31;
19471947
OTHER_CFLAGS = "$(inherited)";
19481948
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
19491949
OTHER_LDFLAGS = (

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Rainbow",
3-
"version": "1.9.29-1",
3+
"version": "1.9.31-1",
44
"private": true,
55
"scripts": {
66
"setup": "yarn install && yarn graphql-codegen:install && yarn ds:install && yarn allow-scripts && yarn postinstall && yarn graphql-codegen",

0 commit comments

Comments
 (0)