From 77c07716e55379e5e298b0587156ad280d396ea1 Mon Sep 17 00:00:00 2001 From: M Somerville Date: Fri, 3 Dec 2021 14:19:15 +0000 Subject: [PATCH] Version 3.1.1. --- CHANGELOG.md | 2 +- README.md | 2 +- bin/site-specific-install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf42b74c8a1..ab448545776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Releases -* Unreleased +* v3.1.1 (3rd December 2021) - Bugfixes: - Fix non-JS form when all extra questions answered. #3248 - Improve display of disabled fields in iOS. diff --git a/README.md b/README.md index 60472565660..7af35e64ef6 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 3.1; see CHANGELOG.md for a version history. +Platform is now at version 3.1.1; see CHANGELOG.md for a version history. ## Installation diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index ae9497aef96..1324104c10e 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:-v3.1} +VERSION=${VERSION_OVERRIDE:-v3.1.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh