Skip to content

Commit

Permalink
Merge pull request #1705 from mrpalide/fix/get-ready-for-release-v1.3.16
Browse files Browse the repository at this point in the history
get ready for release v1.3.16
  • Loading branch information
mrpalide authored Dec 20, 2023
2 parents 24df571 + 81f25d0 commit f56f42d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

updates may be generated with `scripts/changelog.sh <PR#lowest> <PR#highest>`

## 1.3.16

- fix VPN issues on CI and Windows [#1703](https://github.com/skycoin/skywire/pull/1703)
- fix logic of close app [#1702](https://github.com/skycoin/skywire/pull/1702)

## 1.3.15

- Update minimum version requirement in mainnet rules [#1699](https://github.com/skycoin/skywire/pull/1699)
Expand Down
4 changes: 2 additions & 2 deletions scripts/win_installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" UpgradeCode="cd7955bc-304e-470f-9c24-eb9f429a8085"
Name="Skywire"
Version="1.3.15"
Version="1.3.16"
Manufacturer="Skycoin"
Language="1033">

Expand All @@ -21,7 +21,7 @@
<Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>

<Upgrade Id="cd7955bc-304e-470f-9c24-eb9f429a8085">
<UpgradeVersion Minimum="1.3.14" OnlyDetect="yes" IncludeMaximum="yes" Property="NEWERVERSIONDETECTED"/>=
<UpgradeVersion Minimum="1.3.15" OnlyDetect="yes" IncludeMaximum="yes" Property="NEWERVERSIONDETECTED"/>=
</Upgrade>
<Condition Message="A newer version of this software is already installed.">NEWERVERSIONDETECTED</Condition>

Expand Down

0 comments on commit f56f42d

Please sign in to comment.