diff --git a/changelog.html b/changelog.html
index 36c81097..ee9bb43b 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,4 +1,4 @@
-2015.10.31 - 0.67.0 - cleanflight
+2015.10.31 - 1.0.0 - cleanflight
- Major GUI rework.
- Support flashing of boards that have USB directly connected to MCU. (Device Firmware Update/DFU support).
diff --git a/js/data_storage.js b/js/data_storage.js
index 53f87245..b5582bdf 100755
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
- 'releaseDate': 1446278768375, // new Date().getTime() - Fri Oct 02 2015 20:50:49 GMT+0100 (GMT Daylight Time)
+ 'releaseDate': 1447275720339, // new Date().getTime() - Wed Nov 11 2015 21:02:18 GMT+0000 (GMT)
// all versions are specified and compared using semantic versioning http://semver.org/
'apiVersionAccepted': '1.2.0',
diff --git a/manifest.json b/manifest.json
index aa9ebbdb..978c2d39 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "0.67.0",
+ "version": "1.0.0",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",