Skip to content

Commit

Permalink
backend: update to version 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Mar 27, 2019
1 parent 117a4a9 commit 5bd8bc5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/update.go
Expand Up @@ -27,7 +27,7 @@ const updateFileURL = "https://shiftcrypto.ch/updates/desktop.json"

var (
// Version of the backend as displayed to the user.
Version = semver.NewSemVer(4, 5, 0)
Version = semver.NewSemVer(4, 6, 0)
)

// UpdateFile is retrieved from the server.
Expand Down
4 changes: 2 additions & 2 deletions frontends/qt/Makefile
Expand Up @@ -33,8 +33,8 @@ linux:
cp -aR resources/linux build/tmp-deb
mkdir build/tmp-deb/opt/
cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.5.0 -C ../tmp-deb/
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.5.0 -C ../tmp-deb/
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.6.0 -C ../tmp-deb/
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.6.0 -C ../tmp-deb/
# create AppImage
sed 's+/usr/share/pixmaps/bitbox.svg+default+' resources/linux/usr/share/applications/bitbox.desktop > build/linux-tmp/bitbox.desktop
cd build/linux-tmp && /opt/linuxdeployqt-5-x86_64.AppImage BitBox -appimage
Expand Down
4 changes: 2 additions & 2 deletions frontends/qt/resources/MacOS/Info.plist
Expand Up @@ -21,10 +21,10 @@
<string>APPL</string>

<key>CFBundleVersion</key>
<string>4.5.0</string>
<string>4.6.0</string>

<key>CFBundleShortVersionString</key>
<string>4.5.0</string>
<string>4.6.0</string>

<key>CFBundleSignature</key>
<string>????</string>
Expand Down

0 comments on commit 5bd8bc5

Please sign in to comment.