From a60970e27ac19892697921742a968ad8e1b09acd Mon Sep 17 00:00:00 2001 From: Jakub Synowiec Date: Sun, 18 Feb 2018 22:34:43 +0100 Subject: [PATCH] =?UTF-8?q?Version=201.0.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All features from 1.0 list are there and it should be stable enough. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d7a485..859a156 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "airqmon", "description": "A menu bar app that displays live air quality informations from the nearest Airly sensor station.", - "version": "0.0.1-9", + "version": "1.0.0", "main": "build/main.js", "engines": { "node": ">=8.9.0"