Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Dec 1, 2016
1 parent f331de3 commit 7d0b0f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package main

var (
AppName = "Pat"
Version = "0.2.1"
Version = "0.2.2"
GitRev = "unknown origin" // Set by make.bash
)
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pat (0.2.2) stable; urgency=medium

* Ensure default config is written before opening the configuration editor (https://github.com/la5nta/pat/issues/70)
* Add some missing config defaults

-- Martin Hebnes Pedersen <martin.h.pedersen@gmail.com> Thu, 01 Dec 2016 18:14:09 +0100

pat (0.2.1) stable; urgency=medium

* Support ARDOP >= v0.6 (https://github.com/la5nta/pat/issues/60)
Expand Down
2 changes: 1 addition & 1 deletion osx/pat.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
<key>USE_HFS+_COMPRESSION</key>
<true/>
<key>VERSION</key>
<string>0.2.1</string>
<string>0.2.2</string>
</dict>
<key>UUID</key>
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
Expand Down

0 comments on commit 7d0b0f1

Please sign in to comment.