Skip to content

Commit 8b588de

Browse files
committed
bumped version 0.10.0
1 parent 7cef485 commit 8b588de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Hackdash",
33
"name": "Hackdash",
44
"description": "",
5-
"version": "0.9.13",
5+
"version": "0.10.0",
66
"engines": {
77
"node": "0.8.x"
88
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hackdash",
3-
"version": "0.9.13",
3+
"version": "0.10.0",
44
"private": true,
55
"scripts": {
66
"start": "NODE_PATH=. DEBUG=hackdash:* nodemon index",

public/js/embedApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Hackdash - v0.9.13
2+
* Hackdash - v0.10.0
33
* Copyright (c) 2015 Hackdash
44
*
55
*/

public/js/hackdashApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Hackdash - v0.9.13
2+
* Hackdash - v0.10.0
33
* Copyright (c) 2015 Hackdash
44
*
55
*/

0 commit comments

Comments
 (0)