Skip to content

Commit 8a34d2b

Browse files
author
Matt Karl
committed
Bumped version
1 parent b2a1ccf commit 8a34d2b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.2.0-alpha",
3+
"version": "0.2.0-alpha.2",
44
"private": true,
55
"dependencies": {
66
"jqueryui": "*",

deploy/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
Remote Trace
3535
</a>
3636
</div>
37-
<footer class="version">Version <span id="version">0.2.0-alpha</span></footer>
37+
<footer class="version">Version <span id="version">0.2.0-alpha.2</span></footer>
3838
</body>
3939
</html>

deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SpringRollStudio",
33
"description": "Application for SpringRoll projects",
4-
"version": "0.2.0-alpha",
4+
"version": "0.2.0-alpha.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SpringRoll/SpringRollStudio"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SpringRollStudio",
33
"private": true,
4-
"version": "0.2.0-alpha",
4+
"version": "0.2.0-alpha.2",
55
"dependencies": {
66
"grunt": "~0.4.5",
77
"grunt-exec": "~0.4.6",

project.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.2.0-alpha",
3+
"version": "0.2.0-alpha.2",
44
"main": [
55
"components/node-webkit-app/src/utils/UpdateChecker.js",
66
"components/node-webkit-app/src/utils/Browser.js",

0 commit comments

Comments
 (0)