Skip to content

Commit

Permalink
Merge branch 'update-v4.18.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Mar 24, 2020
2 parents f9571be + 4c6e0a8 commit e82f81f
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
40 changes: 20 additions & 20 deletions backend/devices/bitbox02bootloader/assets.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions backend/devices/bitbox02bootloader/firmware.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ type firmwareInfo struct {

var bundledFirmwares = map[bitbox02common.Product]firmwareInfo{
bitbox02common.ProductBitBox02Multi: {
version: semver.NewSemVer(6, 1, 0),
version: semver.NewSemVer(7, 0, 0),
filename: "assets/firmware.v%s.signed.bin",
},
bitbox02common.ProductBitBox02BTCOnly: {
version: semver.NewSemVer(6, 1, 0),
version: semver.NewSemVer(7, 0, 0),
filename: "assets/firmware-btc.v%s.signed.bin",
},
}
Expand Down
2 changes: 1 addition & 1 deletion backend/update.go
Original file line number Diff line number Diff line change
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, 17, 2)
Version = semver.NewSemVer(4, 18, 0)
)

// UpdateFile is retrieved from the server.
Expand Down
4 changes: 2 additions & 2 deletions frontends/android/BitBoxApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "ch.shiftcrypto.bitboxapp"
minSdkVersion 21
targetSdkVersion 29
versionCode 8
versionName "android-4.17.2"
versionCode 9
versionName "android-4.18.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions frontends/qt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ linux:
cp resources/linux/usr/share/icons/hicolor/128x128/apps/bitbox.png build/linux-tmp
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.17.2 -C ../tmp-deb/
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.17.2 -C ../tmp-deb/
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.18.0 -C ../tmp-deb/
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.18.0 -C ../tmp-deb/
# create AppImage
cd build/linux-tmp && /opt/linuxdeployqt-6-x86_64.AppImage BitBox -appimage
mv build/linux-tmp/BitBoxApp-*-x86_64.AppImage build/linux/
Expand Down
4 changes: 2 additions & 2 deletions frontends/qt/resources/MacOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<string>APPL</string>

<key>CFBundleVersion</key>
<string>4.17.2</string>
<string>4.18.0</string>

<key>CFBundleShortVersionString</key>
<string>4.17.2</string>
<string>4.18.0</string>

<key>CFBundleSignature</key>
<string>????</string>
Expand Down
2 changes: 1 addition & 1 deletion frontends/qt/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma

# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 4.17.2.0
!define VERSION 4.18.0.0
!define COMPANY "Shift Cryptosecurity AG"
!define URL https://github.com/digitalbitbox/bitbox-wallet-app/releases/
!define BINDIR "build\windows"
Expand Down
4 changes: 2 additions & 2 deletions frontends/web/src/locales/sl/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@
"text": "www.cryptocompare.com",
"url": "https://www.cryptocompare.com"
},
"text": "Menjalni tečaji se vsako minuto posodobi s strani CryptoCompare, www.cryptocompare.com.",
"title": "Od kod prikazani menjalni tečaji?"
"text": "Menjalni tečaji se vsako minuto posodobijo s strani CryptoCompare, www.cryptocompare.com.",
"title": "Od kod izvirajo prikazani menjalni tečaji?"
},
"accountReload": {
"text": "Vsi podatki o transakcijah se posodabljajo samodejno.",
Expand Down

0 comments on commit e82f81f

Please sign in to comment.