File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const updateFileURL = "https://shiftcrypto.ch/updates/desktop.json"
2727
2828var (
2929 // Version of the backend as displayed to the user.
30- Version = semver .NewSemVer (4 , 11 , 1 )
30+ Version = semver .NewSemVer (4 , 12 , 0 )
3131)
3232
3333// UpdateFile is retrieved from the server.
Original file line number Diff line number Diff line change 3333 cp -aR resources/linux build/tmp-deb
3434 mkdir build/tmp-deb/opt/
3535 cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
36- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.11.1 -C ../tmp-deb/
37- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.11.1 -C ../tmp-deb/
36+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.12.0 -C ../tmp-deb/
37+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.12.0 -C ../tmp-deb/
3838 # create AppImage
3939 sed ' s+/usr/share/pixmaps/bitbox.png+default+' resources/linux/usr/share/applications/bitbox.desktop > build/linux-tmp/bitbox.desktop
4040 cd build/linux-tmp && /opt/linuxdeployqt-6-x86_64.AppImage BitBox -appimage
Original file line number Diff line number Diff line change 2121 <string >APPL </string >
2222
2323 <key >CFBundleVersion </key >
24- <string >4.11.1 </string >
24+ <string >4.12.0 </string >
2525
2626 <key >CFBundleShortVersionString </key >
27- <string >4.11.1 </string >
27+ <string >4.12.0 </string >
2828
2929 <key >CFBundleSignature </key >
3030 <string >???? </string >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
55
66# General Symbol Definitions
77!define REGKEY " SOFTWARE\$(^Name)"
8- !define VERSION 4.11 . 1 .0
8+ !define VERSION 4.12 . 0 .0
99!define COMPANY " Shift Cryptosecurity AG"
1010!define URL https://github.com/digitalbitbox/bitbox-wallet-app/releases/
1111!define BINDIR " build\windows"
You can’t perform that action at this time.
0 commit comments