Skip to content

Commit

Permalink
chore: prepare to publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed May 17, 2024
1 parent ebb02d9 commit d875d28
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ android {
applicationId "com.debank.rabbymobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 15
versionName "0.1.8"
versionCode 16
versionName "0.1.9"
}
splits {
abi {
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/ios/RabbyMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.8</string>
<string>0.1.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/ios/RabbyMobileTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.8</string>
<string>0.1.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rabby-mobile",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions apps/mobile/src/changeLogs/0.1.9.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Features

- Supported Gas Free
- Supported Token Detail Poup
- Add token detail page
- Supported Free Gas - sign transactions smoothly with Rabby Wallet, even if your gas is not enough

0 comments on commit d875d28

Please sign in to comment.