diff --git a/README.md b/README.md index 49ba446..e24ff88 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,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.43.tar.gz -tar -xvf v1.0.43.tar.gz -cd scudcloud-1.0.43 +wget https://github.com/raelgc/scudcloud/archive/v1.0.44.tar.gz +tar -xvf v1.0.44.tar.gz +cd scudcloud-1.0.44 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 8541261..4349821 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,9 @@ +scudcloud (1.0-44) trusty; urgency=medium + + * Fixing fullscreen + + -- Rael Gugelmin Cunha Thu, 18 Jun 2015 10:16:09 -0300 + scudcloud (1.0-43) trusty; urgency=medium * Restoring JS inception in all pages