Skip to content

Commit deb7378

Browse files
committed
backend: bump version to 4.3.0
1 parent 0c3f384 commit deb7378

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
@@ -27,7 +27,7 @@ const updateFileURL = "https://shiftcrypto.ch/updates/desktop.json"
2727

2828
var (
2929
// Version of the backend as displayed to the user.
30-
Version = semver.NewSemVer(4, 2, 0)
30+
Version = semver.NewSemVer(4, 3, 0)
3131
)
3232

3333
// UpdateFile is retrieved from the server.

frontends/qt/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ linux:
1919
cp -aR resources/linux build/tmp-deb
2020
mkdir build/tmp-deb/opt/
2121
cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
22-
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.2.0 -C ../tmp-deb/
23-
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.2.0 -C ../tmp-deb/
22+
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.3.0 -C ../tmp-deb/
23+
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.3.0 -C ../tmp-deb/
2424
# create AppImage
2525
sed 's+/usr/share/pixmaps/bitbox.svg+default+' resources/linux/usr/share/applications/bitbox.desktop > build/linux-tmp/bitbox.desktop
2626
cd build/linux-tmp && /opt/linuxdeployqt-5-x86_64.AppImage BitBox -appimage

0 commit comments

Comments
 (0)