diff --git a/debian/Makefile b/debian/Makefile
index 51bd79753b3c6739b053a62e95b11093fa44ea04..58a718bf4929c09926aa38df1d7413bc3ecad85c 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -4,3 +4,4 @@ install:
 	cp --no-preserve=ownership appsettings.production.yml $$(pwd)/debian/status-ctl/etc/status-site/appsettings.yml
 	cp --no-preserve=ownership docker-compose.yml $$(pwd)/debian/status-ctl/etc/status-site/docker-compose.yml
 	cp --no-preserve=ownership .env $$(pwd)/debian/status-ctl/etc/status-site/.env
+	chmod o+rw $$(pwd)/debian/status-ctl/etc/status-site/.env
diff --git a/debian/debian/changelog b/debian/debian/changelog
index adeda26d4b3e9392a5a255d6bf7a70a3c0f402ed..bbc9cb0cf1e922f8b0d93763ad31f0aa35200bbd 100644
--- a/debian/debian/changelog
+++ b/debian/debian/changelog
@@ -1,3 +1,9 @@
+status-ctl (1.1.1) unstable; urgency=medium
+
+  * Minor fixes.
+
+ -- Dmytro Bogatov <dmytro@dbogatov.org>  Thu, 05 Aug 2017 04:35:38 +0000
+
 status-ctl (1.1.0) unstable; urgency=medium
 
   * Update man page.
diff --git a/debian/debian/status-ctl.1 b/debian/debian/status-ctl.1
index 06578f7be962d3a09e25d66be538a485b3601014..22cf9c10dbf9f13b2cc2ff8c6cb58d26d0483750 100644
--- a/debian/debian/status-ctl.1
+++ b/debian/debian/status-ctl.1
@@ -6,7 +6,7 @@
 .
 .\" Manpage for status-ctl.
 .\" Contact dmytro@dbogatov.org to correct errors or typos.
-.TH man 1 "4 August 2017" "0.1.1" "status-ctl man page"
+.TH man 1 "4 August 2017" "1.1.1" "status-ctl man page"
 .SH NAME
 .B status-ctl 
 \- control tool for status site
diff --git a/debian/status-ctl.sh b/debian/status-ctl.sh
index b41948f65c13fa7695f78bbe7f881795f914172a..670abb5b569f0d22108d2b3a5f4b95df463cb5f5 100755
--- a/debian/status-ctl.sh
+++ b/debian/status-ctl.sh
@@ -10,7 +10,7 @@ BAD_PARAMETERS=4
 # CONSTANTS
 CONFIG_DIR=/etc/status-site
 PROJECT="status-site"
-VERSION="1.1.0"
+VERSION="1.1.1"
 BRANCH="master"
 
 function usage {