Skip to content

Commit

Permalink
Update versions for NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
dondi committed Aug 11, 2016
1 parent 8e87452 commit d677af3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grnsight",
"version": "1.12.1",
"version": "1.18",
"description": "Web app and service for visualizing models of gene regulatory networks",
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grnsight-server",
"version": "1.12.0",
"version": "1.18",
"scripts": {
"start": "node app.js"
},
Expand Down
2 changes: 1 addition & 1 deletion web-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grnsight-web-client",
"version": "1.12.0",
"version": "1.18",
"scripts": {
"start": "node app.js",
"test": "mocha -R spec"
Expand Down

0 comments on commit d677af3

Please sign in to comment.