aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-07-09 20:30:30 +0100
committerMatthew Somerville <matthew@mysociety.org>2015-07-10 13:49:27 +0100
commitd459fdb539a439bb523830302ec398abef04201c (patch)
treed6ad4a65161ddd5a3ca6563b7f7c992ad215719c
parent765a7ef0ed33d010c9bc0a02a021d632c9fb9990 (diff)
Version 1.6.v1.6
Identical to v1.5.5, just a version renumbering.
-rw-r--r--README.md4
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8be5bee81..3eb887bec 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ RSS alerts of problems in their area.
It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting
problems to UK councils and has been copied around the world. The FixMyStreet
-Platform is now at version 1.5.5.
+Platform is now at version 1.6.
## Installation
@@ -38,7 +38,7 @@ We've extracted all of the mobile apps from this repository into the
## Releases
-* v1.5.5 (10th July 2015)
+* v1.5.5 / v1.6 (10th July 2015)
- Security:
- Fix vulnerability in login email sending that could allow an account
to be hijacked by a third party.
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index 05bec27f5..6fc43bceb 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=${VERSION_OVERRIDE:-v1.5.5}
+VERSION=${VERSION_OVERRIDE:-v1.6}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh