Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Jun 9, 2016
1 parent 89693b5 commit 106ea00
Show file tree
Hide file tree
Showing 3 changed files with 11 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.1.3"
Version = "0.1.4"
GitRev = "unknown origin" // Set by make.bash
)
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
pat (0.1.4) stable; urgency=medium

* Fix case where secure_login_password was ignored if mycall was not all upper case (https://github.com/la5nta/pat/issues/42)
* Support image resize in cli composer (https://github.com/la5nta/pat/issues/38)
* Remove imagemagick dependency for image resize (https://github.com/la5nta/pat/issues/13)
* Minor improvement of cli mailbox navigation (https://github.com/la5nta/pat/issues/39)

-- Martin Hebnes Pedersen <martin.h.pedersen@gmail.com> Thu, 09 Jun 2016 21:02:42 +0200

pat (0.1.3) stable; urgency=medium

* Add filename extension for mailbox messages (https://github.com/la5nta/pat/issues/34)
Expand Down
2 changes: 1 addition & 1 deletion osx/pat.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>0.1.3</string>
<string>0.1.4</string>
</dict>
<key>UUID</key>
<string>A106FF34-04D8-4BE2-9B33-04AF0AC791FA</string>
Expand Down

0 comments on commit 106ea00

Please sign in to comment.