aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--scudcloud-1.1/VERSION2
-rw-r--r--scudcloud-1.1/debian/changelog6
3 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 546a8a0..d228f1f 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.1.0.tar.gz
-tar -xvf v1.1.0.tar.gz
-cd scudcloud-1.1.0
+wget https://github.com/raelgc/scudcloud/archive/v1.1.1.tar.gz
+tar -xvf v1.1.1.tar.gz
+cd scudcloud-1.1.1
SOURCE="scudcloud-1.1"
INSTALL="/opt/scudcloud"
sudo mkdir -p $INSTALL/lib
diff --git a/scudcloud-1.1/VERSION b/scudcloud-1.1/VERSION
index 9084fa2..524cb55 100644
--- a/scudcloud-1.1/VERSION
+++ b/scudcloud-1.1/VERSION
@@ -1 +1 @@
-1.1.0
+1.1.1
diff --git a/scudcloud-1.1/debian/changelog b/scudcloud-1.1/debian/changelog
index 665d061..b453790 100644
--- a/scudcloud-1.1/debian/changelog
+++ b/scudcloud-1.1/debian/changelog
@@ -1,3 +1,9 @@
+scudcloud (1.1-1) trusty; urgency=medium
+
+ * Disabling Private browsing (#296)
+
+ -- Rael Gugelmin Cunha <rael.gc@gmail.com> Sat, 21 Nov 2015 13:52:35 -0200
+
scudcloud (1.1-0) trusty; urgency=medium
* Fixing stuck in loading screen (#294)