Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Jun 16, 2017
1 parent 0fb2f99 commit 5668454
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
language: node_js

env:
global:
- DEDOP_VERSION: "0.0.1"
- DEDOP_CONDA_INSTALLER_VERSION: "0.5.4.dev1"
- FTP_USER: "dedop"
- secure: "IlQTo0e5BdXu78gHFWUVDeu5bK3z+LaROmIXN7+EiJI38qZtJeh3HaSmPYSBgkfCZa2wQ/8osIp8gcjHG5nAyzYssYmihfP22o7lIpXxE7CtF647A+EMNfw6Fx/VIgOFF+T+J3XUt9m86qGyke2747ymlfCYQ8x43WixFj8c626IZo8N0V7E9shel6wYW5botTBkEbCFp+1DuVvhQV37fTZf9CalhcEa/NkJI4cp4CcfznxwszQ18HVeMGxSB/8Nf3UFIBFZGQwU+/T9w/rzD6+Ng/ryjmUI4zLOURyZwUBtKi6MZOuvJV+Dys+DT3XJ+0b+XHElvGCR0ynctEKGV1m45vDV5ixD2LWlS1ucaTe0Q6bfbn3if2xG+Qlcf6RCS9XP1r+JbvFAs4MXaC1CiNw8FCC0m32MqPFrDSibxW6pUs9SGUGTX5TvO+TYQI5BYfS5418en33/A46fMtf97SX2nCHayAIn7aptgIf6AtBIfjK/TPtunU3R9j9a1FIgshKfhj+YaR9FvA1vBwMGY4jWchtMbEq2oY6+Y8Ij0i+77riIENpsc8Q2kRtVQ5HbbqL3h62rmzglJLTwLGskXf0Pvx8UG6IxYlnaP1KqMvC0pjjb6NiPkGge9l3fyggFCk5XHspRLQzCGqnkts1wEMCbw+Ayu6kKDg6FOB8QnSk="

os:
- linux
- osx
Expand Down
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dedop-studio",
"productName": "DeDop",
"version": "0.0.1",
"name": "DeDop-studio",
"productName": "DeDop-studio",
"version": "1.0.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: '0.0.1.dev.{build}'
version: '1.0.0.{build}'

environment:
nodejs_version: "6.9.1"
Expand Down
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dedop-studio",
"productName": "dedop-studio",
"version": "0.0.1",
"name": "DeDop-studio",
"productName": "DeDop-studio",
"version": "1.0.0",
"description": "DeDop Studio",
"private": true,
"scripts": {
Expand Down Expand Up @@ -97,7 +97,12 @@
"installerHeaderIcon": "app/resources/win32/dedop.ico"
},
"linux": {
"icon": "app/resources/linux"
"icon": "app/resources/linux",
"target": [
"AppImage",
"tar.gz",
"zip"
]
},
"mac": {
"icon": "app/resources/darwin/dedop.icns"
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 <0.6";
export const WEBAPI_VERSION_RANGE = ">=0.5.4 <1.1";

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

0 comments on commit 5668454

Please sign in to comment.