diff --git a/TODO.md b/TODO.md
index b0d56a0..9d03388 100644
--- a/TODO.md
+++ b/TODO.md
@@ -39,9 +39,9 @@
* ~~usability improvements~~
## v0.6.0
-* usability improvements
-* geolocation usage
-* code clean up
+* ~~usability improvements~~
+* ~~geolocation usage~~
+* ~~code clean up~~
## v0.7.0
* city history
diff --git a/index.html b/index.html
index 29bc55b..eef3716 100644
--- a/index.html
+++ b/index.html
@@ -97,7 +97,7 @@
diff --git a/package.json b/package.json
index 954fc61..a82dc2a 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "temps",
"productName": "Temps",
"website": "https://jackd248.github.io/temps/",
- "version": "0.5.1",
+ "version": "0.6.0",
"icon": "assets/app.png",
"description": "A simple but smart menubar weather app",
"main": "app.js",
diff --git a/src/config.json b/src/config.json
index d8f7158..78df1eb 100644
--- a/src/config.json
+++ b/src/config.json
@@ -1,6 +1,6 @@
{
"name": "temps",
- "version": "v0.5.1",
+ "version": "v0.6.0",
"apikey": "547bbdc38bd641bef6645cd2c4bc613f",
"timezone": {
"url": "https://maps.googleapis.com/maps/api/timezone/json",