Skip to content

Commit

Permalink
Upgrade to v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
earrietadev committed Apr 24, 2024
1 parent b85dd3b commit d815a7c
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.21.0] - Not deployed
## [1.21.0] - 2024-04-24
### Add
- Allow signing Fee Bump transactions
- Allow exporting and importing an XDR using QRs
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 52
versionName "1.20.0"
versionName "1.21.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.20.0</string>
<string>1.21.0</string>
<key>CFBundleVersion</key>
<string>42</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xbull",
"version": "1.20.0",
"version": "1.21.0",
"scripts": {
"ng": "./node_modules/.bin/ng",
"start": "./node_modules/.bin/ng serve",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.extension.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export const environment = {
networkPassphrase: Networks.TESTNET,
canRemove: false,
}],
version: '1.20.0',
version: '1.21.0',
};
2 changes: 1 addition & 1 deletion src/environments/environment.extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const environment = {
networkPassphrase: Networks.TESTNET,
canRemove: false,
}],
version: '1.20.0',
version: '1.21.0',
};

/*
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.mobile.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ export const environment = {
networkPassphrase: Networks.PUBLIC,
canRemove: true,
}],
version: '1.20.0',
version: '1.21.0',
};
2 changes: 1 addition & 1 deletion src/environments/environment.mobile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ export const environment = {
networkPassphrase: Networks.PUBLIC,
canRemove: true,
}],
version: '1.20.0'
version: '1.21.0'
};
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ export const environment = {
networkPassphrase: Networks.PUBLIC,
canRemove: true,
}],
version: '1.20.0'
version: '1.21.0'
};
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const environment = {
networkPassphrase: Networks.PUBLIC,
canRemove: true,
}],
version: '1.20.0'
version: '1.21.0'
};

/*
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.v2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "xBull Wallet",
"version": "1.20.0",
"version": "1.21.0",
"description": "A powerful but easy to use Stellar network wallet.",
"homepage_url": "https://xbull.app",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.v3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "xBull Wallet",
"version": "1.20.0",
"version": "1.21.0",
"description": "A powerful but easy to use Stellar network wallet.",
"homepage_url": "https://xbull.app",
"icons": {
Expand Down

0 comments on commit d815a7c

Please sign in to comment.