Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
preparing v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackd248 committed Oct 7, 2016
1 parent c4e03a0 commit b67f9ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h1>
<button class="quit pull-right">Quit</button>
</div>
<div class="footer">
<a href="https://jackd248.github.io/temps/" target="_blank" alt="temps">temps</a> - v0.6 &copy; 2016
<a href="https://jackd248.github.io/temps/" target="_blank" alt="temps">temps</a> - v0.6.0 &copy; 2016
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b67f9ce

Please sign in to comment.