Skip to content

Commit

Permalink
Publish new version: v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Aug 2, 2016
1 parent 53484de commit 13a5889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var gulp = require('gulp'),
project = require("./project.json");

var Server = require("karma").Server;
var editorVersion = "0.9.8";
var editorVersion = "0.9.10";

var paths = {
mainJSfile: "surveyeditor.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"gulp-serve": "^1.2.0"
},
"dependencies": {
"survey-knockout-bootstrap": "^0.9.8",
"survey-knockout-bootstrap": "^0.9.10",
"knockout": "^3.4.0",
"ace-builds": "^1.2.2"
}
Expand Down

0 comments on commit 13a5889

Please sign in to comment.