Skip to content

Commit

Permalink
0.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkropat committed Feb 26, 2015
1 parent 8b4ab28 commit 6a5a75a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ PREFIX = /usr/local
BIN = $(DESTDIR)/$(PREFIX)/bin
MAN = $(DESTDIR)/$(PREFIX)/share/man

VERSION = 0.5
VERSION = 0.6
PACKAGE_DIR = jumpapp-$(VERSION)
PACKAGE_FILE = jumpapp_$(VERSION).tar.bz2
PACKAGE_ORIG_FILE = jumpapp_$(VERSION).orig.tar.bz2

AUTHOR = Michael Kropat <mail@michael.kropat.name>
DATE = Jan 17, 2015
DATE = Feb 26, 2015
FILES = t README.md LICENSE.txt Makefile jumpapp jumpappify-desktop-entry

.PHONY: all check test install uninstall
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
jumpapp (0.6-1) trusty; urgency=low

* Add `-L` option

-- Michael Kropat <mail@michael.kropat.name> Thu, 26 Feb 2015 01:14:12 -0500

jumpapp (0.5-1) trusty; urgency=low

* Do not check hostname for WM_CLASS match
Expand Down

0 comments on commit 6a5a75a

Please sign in to comment.