Skip to content

Commit

Permalink
version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Mar 15, 2018
1 parent 3902a4e commit ec34aa7
Show file tree
Hide file tree
Showing 4 changed files with 25 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.4.0-dev1",
"version": "1.4.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.4.0.dev1.{build}'
version: '1.4.0.{build}'

environment:
nodejs_version: "6.9.1"
Expand Down
22 changes: 22 additions & 0 deletions dedop-config.jsxxx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
module.exports = {
webAPIConfig: {
command: "C:\\Miniconda3\\envs\\pycharm-dedop\\Scripts\\dedop-webapi.exe",
servicePort: 9090,
serviceAddress: '',
serviceFile: 'C:\\Users\\Hans\\.dedop\\dedop-webapi-info.json',
processOptions: {},
useMockService: false,
},
devToolsOpened: true,

devToolsExtensions: [
// "EMBER_INSPECTOR",
"REACT_DEVELOPER_TOOLS",
// "BACKBONE_DEBUGGER",
// "JQUERY_DEBUGGER",
// "ANGULARJS_BATARANG",
// "VUEJS_DEVTOOLS",
"REDUX_DEVTOOLS",
// "REACT_PERF",
],
};
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.4.0-dev1",
"version": "1.4.0",
"description": "DeDop Studio",
"private": true,
"scripts": {
Expand Down

0 comments on commit ec34aa7

Please sign in to comment.