File tree 7 files changed +10
-14
lines changed 7 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
4
- - Reduced support for BitBox01
5
- - Fix a bug that would prevent the app to perform firmware upgrade when offline.
6
-
7
3
# v4.47.3
8
4
- Upgrade Etherscan API to V2
9
5
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const updateFileURL = "https://bitboxapp.shiftcrypto.io/desktop.json"
27
27
28
28
var (
29
29
// Version of the backend as displayed to the user.
30
- Version = semver .NewSemVer (4 , 47 , 2 )
30
+ Version = semver .NewSemVer (4 , 47 , 3 )
31
31
)
32
32
33
33
// UpdateFile is retrieved from the server.
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " ch.shiftcrypto.bitboxapp"
8
8
minSdkVersion 21
9
9
targetSdkVersion 34
10
- versionCode 59
11
- versionName " android-4.47.0 "
10
+ versionCode 60
11
+ versionName " android-4.47.3 "
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
13
}
14
14
buildTypes {
Original file line number Diff line number Diff line change 2
2
// https://help.apple.com/xcode/#/dev745c5c974
3
3
4
4
// App version
5
- MARKETING_VERSION = 4.47.0
5
+ MARKETING_VERSION = 4.47.3
6
6
7
7
// Build number, increment this for every separate publication,
8
8
// even if the app version is the same.
9
- CURRENT_PROJECT_VERSION = 7
9
+ CURRENT_PROJECT_VERSION = 8
Original file line number Diff line number Diff line change 50
50
cp resources/linux/usr/share/icons/hicolor/128x128/apps/bitbox.png build/linux-tmp
51
51
mkdir build/tmp-deb/opt/
52
52
cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
53
- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.47.2 -C ../tmp-deb/
54
- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.47.2 -C ../tmp-deb/
53
+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.47.3 -C ../tmp-deb/
54
+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.47.3 -C ../tmp-deb/
55
55
# create AppImage
56
56
cd build/linux-tmp && /opt/linuxdeployqt-continuous-x86_64.AppImage BitBox -appimage -unsupported-allow-new-glibc
57
57
mv build/linux-tmp/BitBoxApp-* -x86_64.AppImage build/linux/
Original file line number Diff line number Diff line change 21
21
<string >APPL </string >
22
22
23
23
<key >CFBundleVersion </key >
24
- <string >4.47.0 </string >
24
+ <string >4.47.3 </string >
25
25
26
26
<key >CFBundleShortVersionString </key >
27
- <string >4.47.0 </string >
27
+ <string >4.47.3 </string >
28
28
29
29
<key >CFBundleSignature </key >
30
30
<string >???? </string >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SetCompressor /SOLID lzma
22
22
23
23
# General Symbol Definitions
24
24
!define REGKEY " SOFTWARE\$(^Name)"
25
- !define VERSION 4.47 .0 .0
25
+ !define VERSION 4.47 .3 .0
26
26
!define COMPANY " Shift Crypto AG"
27
27
!define URL https://github.com/BitBoxSwiss/bitbox-wallet-app/releases/
28
28
!define BINDIR " build\windows"
You can’t perform that action at this time.
0 commit comments