Skip to content

Commit

Permalink
Nc/update version (#97)
Browse files Browse the repository at this point in the history
* updating Server version

* updating js sdk version
  • Loading branch information
Narine C authored and kevinlai committed Apr 13, 2017
1 parent 3f1dd59 commit 46ec1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SbtScalariform.scalariformSettings

name := "csync"
lazy val commonSettings = Seq(
version := "1.2.0",
version := "1.3.0",
scalaVersion := "2.12.1",
scalacOptions ++= Seq("-deprecation") /*, "-Xexperimental")*/ ,
ScalariformKeys.preferences := ScalariformKeys.preferences.value
Expand Down
2 changes: 1 addition & 1 deletion vertx/public/dataviewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev-start": "gulp && nodemon app.js"
},
"dependencies": {
"csync": "1.0.1",
"csync": "1.3.0",
"gulp": "~3.9.1",
"gulp-concat": "~2.6.0",
"gulp-minify-css": "~1.2.4",
Expand Down

0 comments on commit 46ec1b8

Please sign in to comment.