Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Sep 12, 2017
1 parent 0875cc3 commit b815653
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0.0",
"version": "1.1.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.0.0.{build}'
version: '1.1.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.0.0",
"version": "1.1.0",
"description": "DeDop Studio",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const dialog = electron.dialog;
* The value is a node-semver (https://github.com/npm/node-semver) compatible version range string.
* @type {string}
*/
export const WEBAPI_VERSION_RANGE = ">=0.5.4 <1.1";
export const WEBAPI_VERSION_RANGE = ">=1.0.0 <1.2";

const DEDOP_LOG_FILE_NAME = "dedop.log";
const DEDOP_WEBAPI_INFO_FILE_NAME = "webapi-info.json";
Expand Down

0 comments on commit b815653

Please sign in to comment.