From e7c62cbd10d8d751b816517939ccf466f5e804dd Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 26 Jul 2013 23:50:10 +0100 Subject: [PATCH] Update to v1.2.2. --- README.md | 5 ++++- bin/site-specific-install.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5730361f182..c63a3baab2c 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,13 @@ 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.2.1. +Platform is now at version 1.2.2. ## Releases +* v1.2.2 (26th July 2013) + - Maintenance release to deal with failing installation + - Improve Google Maps plugin somewhat, though still needs work * v1.2.1 (5th June 2013) - Maintenance release to deal with failing carton installation - Test and module fixes for installation on Debian wheezy diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index bd435d8d718..7b841dd6477 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.2.1 +VERSION=v1.2.2 PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh