diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | config.xml-example | 2 | ||||
-rw-r--r-- | package.json-example | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 735c921..587446d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Releases +* v2.2 (20th June 2018)_ + - Bugfixes + - Displays message if council does not accept reports #266 + * v2.1 (3rd May 2018) - New features - Multiple photo support. #107 diff --git a/config.xml-example b/config.xml-example index 22c5332..bd3e457 100644 --- a/config.xml-example +++ b/config.xml-example @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget id="org.mysociety.FixMyStreet" version="2.1" ios-CFBundleVersion="2.1.20180503.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="org.mysociety.FixMyStreet" version="2.2" ios-CFBundleVersion="2.2.20180620.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>FixMyStreet</name> <description> Report problems on FixMyStreet diff --git a/package.json-example b/package.json-example index 439a306..7bbdaa4 100644 --- a/package.json-example +++ b/package.json-example @@ -1,6 +1,6 @@ { "name": "org.mysociety.fixmystreet", - "version": "2.1", + "version": "2.2", "displayName": "FixMyStreet", "cordova": { "platforms": [ |