From 6f20967672cd28411d09ff06c7f76596a027b0f1 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 31 Jul 2019 16:43:58 +0100 Subject: [PATCH] Bump version ready for release --- Changelog.md | 2 +- package.json | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index cd22d1e..396b88a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,7 +8,7 @@ This is the changelog for the air quality web interface and its associated HTTP - `[Code]` refers to internal changes to the code that have no direct impact on the web interface or the HTTP API, but are significant enough to warrant note. - `[Docs]` refers to changes to the [documentation](https://aq.connectedhumber.org/__nightdocs/00-Welcome.html). -## v0.12-dev +## v0.12 - Added loading animation while the map is loading - Added device sensor information to the device info tab in the popup - Add favicon logo, thanks to [@BNNorman](https://github.com/BNNorman) diff --git a/package.json b/package.json index 6e68018..446ccf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "air-quality-mapper", - "version": "0.10.3", + "version": "0.12.0", "description": "The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.", "private": true, "main": "index.mjs", diff --git a/version b/version index b39c2f2..fc6f7a7 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.12-dev +v0.12