Skip to content

Commit

Permalink
Bumped version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstart committed Nov 5, 2016
1 parent be66f85 commit 6662e43
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PixiParticlesEditor",
"version": "0.2.1",
"version": "0.2.2",
"dependencies": {
"pixi.js": "https://github.com/SpringRoll/pixi.js.git#3.0.9",
"filesaver": "https://github.com/eligrey/FileSaver.js.git#1.3.2",
Expand Down
10 changes: 5 additions & 5 deletions deploy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>PixiParticlesEditor</title>
<meta name="description" content="PixiParticlesEditor">

<link rel="stylesheet" href="assets/css/libraries.css?v=0.2.0">
<link rel="stylesheet" href="assets/css/main.css?v=0.2.0">
<link rel="stylesheet" href="assets/css/libraries.css?v=0.2.2">
<link rel="stylesheet" href="assets/css/main.css?v=0.2.2">
</head>
<div class="modal fade" id="configDialog">
<div class="modal-dialog">
Expand Down Expand Up @@ -245,7 +245,7 @@ <h4 class="modal-title">Select Or Upload</h4>
<div class="col-xs-8 col-xs-offset-4">
<div id="imageList">
<div class="particleImage">
<img class="actualImage" src="assets/images/particle.png?v=0.2.0" />
<img class="actualImage" src="assets/images/particle.png?v=0.2.2" />
<button class="download btn btn-sm btn-default"><span class="glyphicon glyphicon-download-alt"></button>
<button class="remove btn btn-sm btn-default"><span class="glyphicon glyphicon-remove"></span></button>
</div>
Expand Down Expand Up @@ -407,7 +407,7 @@ <h4 class="modal-title">Select Or Upload</h4>
</div>
<footer>&copy; CloudKid 2014, smoke particle image from <a href="http://stemkoski.github.io/Three.js/images/smokeparticle.png">Three.js</a></footer>
</div>
<script src="assets/js/libraries.js?v=0.2.0"></script>
<script src="assets/js/main.js?v=0.2.0"></script>
<script src="assets/js/libraries.js?v=0.2.2"></script>
<script src="assets/js/main.js?v=0.2.2"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PixiParticlesEditor",
"description": "Create particle emitters for PixiParticles",
"version": "0.2.0",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "http://github.com/CloudKidStudio/PixiParticlesEditor"
Expand Down
2 changes: 1 addition & 1 deletion installer/win32.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# These three must be integers
!define VERSIONMAJOR 0
!define VERSIONMINOR 2
!define VERSIONBUILD 0
!define VERSIONBUILD 2
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
# It is possible to use "mailto:" links in here to open the email client
!define HELPURL "https://github.com/CloudKidStudio/${APPNAME}/issues"
Expand Down
2 changes: 1 addition & 1 deletion installer/win64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# These three must be integers
!define VERSIONMAJOR 0
!define VERSIONMINOR 2
!define VERSIONBUILD 0
!define VERSIONBUILD 2
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
# It is possible to use "mailto:" links in here to open the email client
!define HELPURL "https://github.com/CloudKidStudio/${APPNAME}/issues"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.2.0",
"version": "0.2.2",
"dependencies": {
"grunt": "~0.4.2",
"project-grunt": "*",
Expand Down
3 changes: 1 addition & 2 deletions project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PixiParticlesEditor",
"version": "0.2.1",
"version": "0.2.2",
"main": [
"components/node-webkit-app/src/utils/UpdateChecker.js",
"components/node-webkit-app/src/utils/Browser.js",
Expand All @@ -21,7 +21,6 @@
"components/springroll/dist/core.min.js",
"components/springroll/dist/modules/debug.min.js",
"components/springroll/dist/modules/pixi-display.min.js",

"components/filesaver/FileSaver.js",
"components/jquery/dist/jquery.js",
"components/bootstrap/dist/js/bootstrap.min.js",
Expand Down

0 comments on commit 6662e43

Please sign in to comment.