aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--scudcloud-1.0/debian/changelog6
-rwxr-xr-xscudcloud-1.0/scudcloud2
3 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index ab83d19..17362e3 100644
--- a/README.md
+++ b/README.md
@@ -82,9 +82,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.78.tar.gz
-tar -xvf v1.0.78.tar.gz
-cd scudcloud-1.0.78
+wget https://github.com/raelgc/scudcloud/archive/v1.0.80.tar.gz
+tar -xvf v1.0.80.tar.gz
+cd scudcloud-1.0.80
SOURCE="scudcloud-1.0"
INSTALL="/opt/scudcloud"
sudo mkdir -p $INSTALL/lib
diff --git a/scudcloud-1.0/debian/changelog b/scudcloud-1.0/debian/changelog
index 9daa0df..c13f3b1 100644
--- a/scudcloud-1.0/debian/changelog
+++ b/scudcloud-1.0/debian/changelog
@@ -1,3 +1,9 @@
+scudcloud (1.0-80) trusty; urgency=medium
+
+ * Small improvements
+
+ -- Rael Gugelmin Cunha <rael.gc@gmail.com> Thu, 15 Oct 2015 05:34:51 -0300
+
scudcloud (1.0-79) trusty; urgency=medium
* Workaround for #250
diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud
index d769ab2..d05abf7 100755
--- a/scudcloud-1.0/scudcloud
+++ b/scudcloud-1.0/scudcloud
@@ -14,7 +14,7 @@ from qsingleapplication import QSingleApplication
# The ScudCloud QMainWindow
win = None
-VERSION = '1.0.79'
+VERSION = '1.0.80'
def main():
global win;