Skip to content

Commit

Permalink
build: prepare to publish 0.2.8 (#420)
Browse files Browse the repository at this point in the history
* build: prepare to publish 0.2.8

* chore: update changelog.
  • Loading branch information
richardo2016x authored Sep 9, 2024
1 parent 6258bf7 commit a8dea5d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 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 @@ -89,8 +89,8 @@ android {
applicationId "com.debank.rabbymobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 100029
versionName "0.2.7"
versionCode 100030
versionName "0.2.8"
}
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.2.7</string>
<string>0.2.8</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.2.7</string>
<string>0.2.8</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.2.7",
"version": "0.2.8",
"private": true,
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions apps/mobile/src/changeLogs/0.2.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Features

- Added support for modifying RPC URL

0 comments on commit a8dea5d

Please sign in to comment.