Skip to content

Commit 9324f55

Browse files
committed
bump version to 0.1.0
1 parent 3d0c2c2 commit 9324f55

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ For FirefoxOS to start. [Installation page for FirefoxOS](http://buzzdecafe.gith
2222
* ~~grunt task to add VERSION file in archive~~
2323
* ~~redesign load page with title & logo~~
2424
* show spinner or something while problems load up
25-
* enable pawn-promotion choice (proving trickier than anticipated)
25+
* ~~enable pawn-promotion choice (proving trickier than anticipated)~~
2626

2727
## Version
2828

29-
0.0.1
29+
0.1.0
3030

3131

VERSION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version 0.0.1
2-
Built: Sat Sep 28 2013 18:58:50 GMT-0400 (EDT)
1+
version 0.1.0
2+
Built: Sat Sep 28 2013 19:02:20 GMT-0400 (EDT)

app/js/services.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Demonstrate how to register services
77
// In this case it is a simple value service.
88
angular.module('kinghunt.services', []).
9-
value('version', '0.0.1').
9+
value('version', '0.1.0').
1010
value('credits', [
1111
{name: 'chess.js', url: 'https://github.com/jhlywa/chess.js'},
1212
{name: 'chessboardjs', url: 'https://github.com/oakmac/chessboardjs'},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Buzz de Cafe <[email protected]> (buzzdecafe.com)",
33
"name": "KingHunt",
44
"description": "Chess problem app for FirefoxOS.",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"homepage": "https://www.github.com/buzzdecafe/kinghunt",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)