Skip to content

Commit 22a9a43

Browse files
committed
prepare v4.1.0
1 parent 0fa9c82 commit 22a9a43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const updateFileURL = "https://shiftcrypto.ch/updates/desktop.json"
2626

2727
var (
2828
// Version of the backend as displayed to the user.
29-
Version = semver.NewSemVer(4, 0, 1)
29+
Version = semver.NewSemVer(4, 1, 0)
3030
)
3131

3232
// The update file is retrieved from the server.

frontends/qt/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ linux:
1616
cp -aR resources/linux build/tmp-deb
1717
mkdir build/tmp-deb/opt/
1818
cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
19-
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.0.0 -C ../tmp-deb/
20-
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.0.0 -C ../tmp-deb/
19+
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.1.0 -C ../tmp-deb/
20+
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.1.0 -C ../tmp-deb/
2121
# create AppImage
2222
sed 's+/usr/share/pixmaps/bitbox.svg+default+' resources/linux/usr/share/applications/bitbox.desktop > build/linux-tmp/bitbox.desktop
2323
cd build/linux-tmp && /opt/linuxdeployqt-continuous-x86_64.AppImage BitBox -appimage

0 commit comments

Comments
 (0)