Bump version

This commit is contained in:
Starbeamrainbowlabs 2019-06-13 22:13:02 +01:00
parent 009e2e4b72
commit f8a577b099
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# Changelog
## v0.10.2 - 13rd June 2019
## v0.10.3 - 13th June 2019
- [API] Added new [`device-data-recent`](https://aq.connectedhumber.org/__nightdocs/05-API-Docs.html#device-data-recent) action.
- [Code] Improve documentation of underlying code.
## v0.10.2 - 13th June 2019
- [API Docs] Add links to action sections
- [API] Bugfix: Fix default index action so it actually displays the api welcome message

View File

@ -1,6 +1,6 @@
{
"name": "air-quality-mapper",
"version": "0.10.2",
"version": "0.10.3",
"description": "The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.",
"private": true,
"main": "index.mjs",

View File

@ -1 +1 @@
v0.10.2
v0.10.3