File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const updateFileURL = "https://shiftcrypto.ch/updates/desktop.json"
27
27
28
28
var (
29
29
// Version of the backend as displayed to the user.
30
- Version = semver .NewSemVer (4 , 21 , 1 )
30
+ Version = semver .NewSemVer (4 , 22 , 0 )
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 29
10
- versionCode 16
11
- versionName " android-4.21.1 "
10
+ versionCode 17
11
+ versionName " android-4.22.0 "
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
13
}
14
14
buildTypes {
Original file line number Diff line number Diff line change 38
38
cp resources/linux/usr/share/icons/hicolor/128x128/apps/bitbox.png build/linux-tmp
39
39
mkdir build/tmp-deb/opt/
40
40
cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
41
- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.21.1 -C ../tmp-deb/
42
- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.21.1 -C ../tmp-deb/
41
+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.22.0 -C ../tmp-deb/
42
+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.22.0 -C ../tmp-deb/
43
43
# create AppImage
44
44
cd build/linux-tmp && /opt/linuxdeployqt-6-x86_64.AppImage BitBox -appimage
45
45
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.21.1 </string >
24
+ <string >4.22.0 </string >
25
25
26
26
<key >CFBundleShortVersionString </key >
27
- <string >4.21.1 </string >
27
+ <string >4.22.0 </string >
28
28
29
29
<key >CFBundleSignature </key >
30
30
<string >???? </string >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
5
5
6
6
# General Symbol Definitions
7
7
!define REGKEY " SOFTWARE\$(^Name)"
8
- !define VERSION 4.21 . 1 .0
8
+ !define VERSION 4.22 . 0 .0
9
9
!define COMPANY " Shift Crypto AG"
10
10
!define URL https://github.com/digitalbitbox/bitbox-wallet-app/releases/
11
11
!define BINDIR " build\windows"
You can’t perform that action at this time.
0 commit comments