Skip to content

Commit

Permalink
Bump mobile wallet version to 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nop33 committed Nov 19, 2024
1 parent 4bcd671 commit c7c05ff
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-feet-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-trains-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-pianos-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-beds-travel.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/mobile-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @alephium/mobile-wallet

## 1.1.11

### Patch Changes

- 259f96d: Hide bytecode field behind an expandable section
- 162e209: Fix calculation of transaction amount deltas
- 162e209: Fix wrapping of "Amount" label in transaction modal
- 2143d0a: Add Chinese translations

## 1.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile-wallet/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.1.10"
versionName "1.1.11"
}
signingConfigs {
debug {
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile-wallet/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
name: 'Alephium',
owner: 'alephium-dev',
slug: 'alephium-mobile-wallet',
version: '1.1.10',
version: '1.1.11',
orientation: 'portrait',
icon: './assets/icon.png',
scheme: ['wc', 'alephium'],
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile-wallet/ios/Alephium/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.1.10</string>
<string>1.1.11</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephium/mobile-wallet",
"version": "1.1.10",
"version": "1.1.11",
"private": true,
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit c7c05ff

Please sign in to comment.