aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index d0a457b3b..8c91dac65 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,12 @@ RSS alerts of problems in their area.
It was created in 2007 by [mySociety](http://www.mysociety.org/) for reporting
problems to UK councils and has been copied around the world. The FixMyStreet
-Platform is now at version 1.1.
+Platform is now at version 1.1.1.
## Releases
+* v1.1.1 (22nd February 2013)
+ - Hotfix to fix missed iPhone width bug
* v1.1 (22nd February 2013)
- Addition of bodies so that the organisations that reports are sent to can
cover multiple MapIt administrative areas, or multiple bodies can cover
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index 415f00620..d0b3738f3 100644
--- a/bin/site-specific-install.sh
+++ b/bin/site-specific-install.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Set this to the version we want to check out
-VERSION=v1.1
+VERSION=v1.1.1
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh