Skip to content

Commit 204d7ce

Browse files
author
Matt Karl
committed
Bumped version
1 parent d3a0783 commit 204d7ce

File tree

4 files changed

+39
-39
lines changed

4 files changed

+39
-39
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRollStudio",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"dependencies": {
66
"jqueryui": "*",

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRollStudio",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": [
55
"components/node-webkit-app/src/utils/UpdateChecker.js",
66
"components/node-webkit-app/src/NodeWebkitApp.js",

deploy/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<head>
44
<meta charset="utf-8">
55
<title>SpringRoll Studio</title>
6-
<link href="assets/css/libraries.css" rel="stylesheet">
7-
<link href="assets/css/main.css" rel="stylesheet">
8-
<script src="assets/js/libraries.js"></script>
9-
<script src="assets/js/main.js"></script>
6+
<link href="assets/css/libraries.css?v=0.0.2" rel="stylesheet">
7+
<link href="assets/css/main.css?v=0.0.2" rel="stylesheet">
8+
<script src="assets/js/libraries.js?v=0.0.2"></script>
9+
<script src="assets/js/main.js?v=0.0.2"></script>
1010
</head>
1111
<body>
1212
<div class="modules btn-group-vertical">

deploy/package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "SpringRollStudio",
3-
"description": "Application for SpringRoll projects",
4-
"version": "0.0.1",
5-
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/SpringRoll/SpringRollStudio"
8-
},
9-
"main": "index.html",
10-
"single-instance": true,
11-
"window": {
12-
"icon": "assets/images/icon.png",
13-
"show": false,
14-
"toolbar": false,
15-
"frame": true,
16-
"position": "center",
17-
"width": 300,
18-
"height": 222,
19-
"resizable": false
20-
},
21-
"webkit": {
22-
"plugin": true
23-
},
24-
"dependencies": {
25-
"glob": "~4.0.6",
26-
"ws": "~0.4.32",
27-
"semver": "~4.0.3",
28-
"MD5": "~1.2.0",
29-
"ansi2html": "~0.0.1",
30-
"node-watch": "~0.3.4",
31-
"replace": "~0.3.0",
32-
"fs-extra": "~0.12.0"
33-
}
34-
}
2+
"name": "SpringRollStudio",
3+
"description": "Application for SpringRoll projects",
4+
"version": "0.0.2",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/SpringRoll/SpringRollStudio"
8+
},
9+
"main": "index.html",
10+
"single-instance": true,
11+
"window": {
12+
"icon": "assets/images/icon.png",
13+
"show": false,
14+
"toolbar": false,
15+
"frame": true,
16+
"position": "center",
17+
"width": 300,
18+
"height": 222,
19+
"resizable": false
20+
},
21+
"webkit": {
22+
"plugin": true
23+
},
24+
"dependencies": {
25+
"glob": "~4.0.6",
26+
"ws": "~0.4.32",
27+
"semver": "~4.0.3",
28+
"MD5": "~1.2.0",
29+
"ansi2html": "~0.0.1",
30+
"node-watch": "~0.3.4",
31+
"replace": "~0.3.0",
32+
"fs-extra": "~0.12.0"
33+
}
34+
}

0 commit comments

Comments
 (0)