diff --git a/changelog.html b/changelog.html index 0624095a..f14ae2ce 100755 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,9 @@ +08.18.2014 - 0.49 +

+ - Motor indicators now display signal length in tooltips
+ - Additional motor order diagrams (creyc)
+ - Bugfixes
+

07.27.2014 - 0.48

- Configurator reached 6000+ users on 07.26.2014
diff --git a/js/data_storage.js b/js/data_storage.js index a2fd0089..36151a7c 100644 --- a/js/data_storage.js +++ b/js/data_storage.js @@ -1,7 +1,7 @@ 'use strict'; var CONFIGURATOR = { - 'releaseDate': 1408273765004, // 08.17.2014 + 'releaseDate': 1408379746980, // 08.18.2014 - new Date().getTime() 'firmwareVersionAccepted': 2.3, 'connectionValid': false, 'mspPassThrough': false, diff --git a/manifest.json b/manifest.json index b7983342..7bd834d3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "minimum_chrome_version": "36", - "version": "0.48", + "version": "0.49", "author": "Hydra", "name": "Cleanflight - Configurator",