Skip to content

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickeZ committed Mar 23, 2020
1 parent d771afc commit 133d25b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bitbox-bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitbox-bridge"
version = "1.0.1"
version = "1.1.0"
authors = ["Niklas Claesson <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bitbox-bridge/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Bump the version number, build the project to update the lockfile, commit and
merge to master. The version number is in `bitbox-bridge/Cargo.toml`.
* Replace the `ProductCode` in `wix\Product.wxs` for the windows installer.
Create a new id with `uuidgen`.
Create a new id with `uuidgen` (available both on windows and linux).

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

Expand Down
2 changes: 1 addition & 1 deletion bitbox-bridge/release/windows/wix/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">

<!-- ProductCode should change with every release -->
<?define ProductCode = "{f2fd6458-7c32-4f5d-b6c2-1e1f866d3aec}"?>
<?define ProductCode = "{f7ed5f60-f030-4214-85b1-fff5132a3e47}"?>
<!-- UpgradeCode should stay the same foverever (this is the real ID of the app)-->
<?define UpgradeCode = "{dfe7eecb-5dc0-4c30-ba78-a9eff36efa31}"?>

Expand Down

0 comments on commit 133d25b

Please sign in to comment.