diff --git a/debian/changelog b/debian/changelog index d6e222e3..3cef91c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.98) trusty; urgency=low + + * New upstream release of 0.98 + + -- Stephen Boddy Wed, 26 Aug 2015 20:28:10 +0200 + terminator (0.97~ppa3) saucy; urgency=low * No-change upload for saucy diff --git a/remotinator b/remotinator index b81c663d..f92e70cf 100755 --- a/remotinator +++ b/remotinator @@ -29,7 +29,7 @@ except ImportError: sys.exit(1) APP_NAME='remotinator' -APP_VERSION='0.97' +APP_VERSION='0.98' COMMANDS={ 'hsplit': ['terminal_hsplit', 'Split the current terminal horizontally'],