From 5351a04b9df8cdef26a1a63d5c4865fb1fe2e377 Mon Sep 17 00:00:00 2001 From: Rael Date: Sun, 1 Nov 2015 21:34:02 -0200 Subject: New release version --- README.md | 6 +++--- scudcloud-1.0/VERSION | 2 +- scudcloud-1.0/debian/changelog | 12 ++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a37395..01ebae6 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ First, you'll need to install at least packages for `python3`, `python-qt4` (`qt Then run the below script: it'll download the code and install it: ```bash -wget https://github.com/raelgc/scudcloud/archive/v1.0.87.tar.gz -tar -xvf v1.0.87.tar.gz -cd scudcloud-1.0.87 +wget https://github.com/raelgc/scudcloud/archive/v1.0.89.tar.gz +tar -xvf v1.0.89.tar.gz +cd scudcloud-1.0.89 SOURCE="scudcloud-1.0" INSTALL="/opt/scudcloud" sudo mkdir -p $INSTALL/lib diff --git a/scudcloud-1.0/VERSION b/scudcloud-1.0/VERSION index 9435145..9d25b39 100644 --- a/scudcloud-1.0/VERSION +++ b/scudcloud-1.0/VERSION @@ -1 +1 @@ -1.0.87 +1.0.89 diff --git a/scudcloud-1.0/debian/changelog b/scudcloud-1.0/debian/changelog index c8193c2..6d666dc 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,15 @@ +scudcloud (1.0-89) trusty; urgency=medium + + * Forgot to bump version + + -- Rael Gugelmin Cunha Sun, 01 Nov 2015 21:31:30 -0200 + +scudcloud (1.0-88) trusty; urgency=medium + + * Restoring wrapper timer to override notifications + + -- Rael Gugelmin Cunha Sun, 01 Nov 2015 10:27:18 -0200 + scudcloud (1.0-87) trusty; urgency=medium * Re-enable desktop notifications on reconnect (#274) -- cgit v1.1