Skip to content

Commit 696d630

Browse files
committed
bump version to 1.5.1
1 parent b60e027 commit 696d630

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.5.1
4+
- Fix bug where on macOS 13.3, the bridge would register one BitBox02 twice
5+
- Release built using the `shiftcrypto/bitbox-bridge:1` Docker image
6+
37
## 1.5.0
48

59
- Whitelist adalite.io

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bitbox-bridge/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "bitbox-bridge"
3-
version = "1.5.0"
3+
# If you bump this, also change the ProductCode in bitbox-bridge/release/windows/wix/Product.wxs.
4+
version = "1.5.1"
45
authors = ["Niklas Claesson <nicke.claesson@gmail.com>"]
56
edition = "2018"
67
license = "Apache-2.0"

bitbox-bridge/release/windows/wix/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
33

44
<!-- ProductCode should change with every release -->
5-
<?define ProductCode = "{6a589df4-d463-443d-96ee-e0846f547bc9}"?>
5+
<?define ProductCode = "{91a1ee72-cbce-446f-b349-5159582e3678}"?>
66
<!-- UpgradeCode should stay the same foverever (this is the real ID of the app)-->
77
<?define UpgradeCode = "{dfe7eecb-5dc0-4c30-ba78-a9eff36efa31}"?>
88

0 commit comments

Comments
 (0)