Skip to content

Commit

Permalink
# 0.7.10 (2015-08-22)
Browse files Browse the repository at this point in the history
* (bluefox) fix first installation
  • Loading branch information
GermanBluefox committed Aug 22, 2015
1 parent 97ba200 commit 5ccff72
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.7.10 (2015-08-22)
* (bluefox) fix first installation

# 0.7.9 (2015-08-20)
* (bluefox) fix broker upgrade
* (bluefox) improve vis upload
Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "js-controller",
"version": "0.7.9",
"version": "0.7.10",
"platform": "Javascript/Node.js",
"controller": true,
"title": "ioBroker.js-controller",
Expand Down
3 changes: 2 additions & 1 deletion lib/setup/setupSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ function Setup(options) {
}

function setupObjects(callback) {
dbConnect(function () {
dbConnect(function (_objects, _states) {
objects = _objects;
var iopkg = JSON.parse(fs.readFileSync(__dirname + '/../../io-package.json'));
dbSetup(iopkg, callback);
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.js-controller",
"version": "0.7.9",
"version": "0.7.10",
"engines": {
"node": ">=0.8"
},
Expand Down

0 comments on commit 5ccff72

Please sign in to comment.