Skip to content

Commit

Permalink
v1.3.0 - change the version number in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Dec 13, 2017
1 parent bf9d019 commit d0ae8cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DeDop-studio",
"productName": "DeDop-studio",
"version": "1.2.0",
"version": "1.3.0",
"description": "DeDop Studio",
"main": "main.js",
"author": "Brockmann Consult GmbH",
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# build is disabled because it expects MS Visual Studio solution file
build: off

version: '1.2.0.{build}'
version: '1.3.0.{build}'

environment:
nodejs_version: "6.9.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DeDop-studio",
"productName": "DeDop-studio",
"version": "1.2.0",
"version": "1.3.0",
"description": "DeDop Studio",
"private": true,
"scripts": {
Expand Down

0 comments on commit d0ae8cd

Please sign in to comment.