From 5ce7d9e852e671752d89aa6e9790c1c2e2050134 Mon Sep 17 00:00:00 2001 From: jeena Date: Sun, 28 Apr 2013 00:57:08 +0200 Subject: [PATCH] added linux version bump --- Linux/debian/changelog | 11 +++++++++++ Linux/deploy.sh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Linux/debian/changelog b/Linux/debian/changelog index bcd1ffb..02aa498 100644 --- a/Linux/debian/changelog +++ b/Linux/debian/changelog @@ -1,3 +1,14 @@ +bungloo (1.4.1) quantal; urgency=low + + [ Jeena Paradies ] + * Fixes the bug with wrongly showing uread mentions + * Added single application mode + * Added --new-message + * Added close window shortcut + * Bugfixes + + -- Jeena Paradies Tue, 28 Apr 2013 00:50:00 +0100 + bungloo (1.4.0) quantal; urgency=low [ Jeena Paradies ] diff --git a/Linux/deploy.sh b/Linux/deploy.sh index c2c9fe3..bba2f56 100755 --- a/Linux/deploy.sh +++ b/Linux/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.4.0" +VERSION="1.4.1" DEPLOYPATH="bungloo-${VERSION}" QTPATH="../Qt" SHAREDPATH=".."