Skip to content

Commit

Permalink
Fix windows package error
Browse files Browse the repository at this point in the history
The default package numbering did not match our default format
Fixes #1521
  • Loading branch information
andydotxyz committed Nov 11, 2020
1 parent 2efec93 commit cea6b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@ More detailed release notes can be found on the [releases page](https://github.c
* Possible crash when minimising app containing List on Windows
* File chooser dialog ignores drive Z (#1513)
* Entry copy/paste is crashing on android 7.1 (#1511)
* Fyne package creating invalid windows packages (#1521)


## 1.4 - 1 November 2020
Expand Down
2 changes: 1 addition & 1 deletion cmd/fyne/commands/package.go
Expand Up @@ -19,7 +19,7 @@ import (

const (
defaultAppBuild = 1
defaultAppVersion = "1.0"
defaultAppVersion = "1.0.0"
)

// Declare conformity to Command interface
Expand Down

0 comments on commit cea6b31

Please sign in to comment.