mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-12-21 10:25:00 +00:00
Bump version ready for release
This commit is contained in:
parent
eab1535c60
commit
6f20967672
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
- `[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).
|
- `[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 loading animation while the map is loading
|
||||||
- Added device sensor information to the device info tab in the popup
|
- Added device sensor information to the device info tab in the popup
|
||||||
- Add favicon logo, thanks to [@BNNorman](https://github.com/BNNorman)
|
- Add favicon logo, thanks to [@BNNorman](https://github.com/BNNorman)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "air-quality-mapper",
|
"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.",
|
"description": "The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "index.mjs",
|
"main": "index.mjs",
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
v0.12-dev
|
v0.12
|
||||||
|
|
Loading…
Reference in a new issue