From 6a782b90ce41182de94ccce0849d36afd01cfeed Mon Sep 17 00:00:00 2001 From: Rael Gugelmin Cunha Date: Sat, 21 Nov 2015 14:09:29 -0200 Subject: New package release --- README.md | 6 +++--- scudcloud-1.1/VERSION | 2 +- scudcloud-1.1/debian/changelog | 6 ++++++ 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 Sat, 21 Nov 2015 13:52:35 -0200 + scudcloud (1.1-0) trusty; urgency=medium * Fixing stuck in loading screen (#294) -- cgit v1.1