Skip to content

Commit

Permalink
Version bump to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micahflee committed Feb 29, 2020
1 parent d0b8a33 commit 271ac96
Show file tree
Hide file tree
Showing 3 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
@@ -0,0 +1,5 @@
# Change Log

## dangerzone 0.1

- First release
2 changes: 1 addition & 1 deletion dangerzone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
DockerInstaller,
)

dangerzone_version = "0.0.3"
dangerzone_version = "0.1"


class Application(QtWidgets.QApplication):
Expand Down
2 changes: 1 addition & 1 deletion install/windows/Dangerzone.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='windows-1252'?>
<?define ProductVersion = "0.0.3"?>
<?define ProductVersion = "0.1"?>
<?define ProductUpgradeCode = "12b9695c-965b-4be0-bc33-21274e809576"?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Name="Dangerzone" Manufacturer="First Look Media" Id="f40ff0a9-ebf8-4e1e-9bce-6ab5c74fe119" UpgradeCode="$(var.ProductUpgradeCode)" Language="1033" Codepage="1252" Version="$(var.ProductVersion)">
Expand Down

0 comments on commit 271ac96

Please sign in to comment.