Skip to content

Commit 133d25b

Browse files
committed
bump version to 1.1.0
1 parent d771afc commit 133d25b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitbox-bridge"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
authors = ["Niklas Claesson <nicke.claesson@gmail.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

bitbox-bridge/release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Bump the version number, build the project to update the lockfile, commit and
44
merge to master. The version number is in `bitbox-bridge/Cargo.toml`.
55
* Replace the `ProductCode` in `wix\Product.wxs` for the windows installer.
6-
Create a new id with `uuidgen`.
6+
Create a new id with `uuidgen` (available both on windows and linux).
77

88
Run `make release`. If needed, run `make dockerinit` to create the docker image.
99

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 = "{f2fd6458-7c32-4f5d-b6c2-1e1f866d3aec}"?>
5+
<?define ProductCode = "{f7ed5f60-f030-4214-85b1-fff5132a3e47}"?>
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)