Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shekenahglory committed Jul 21, 2016
1 parent daf53fe commit 2c1e683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rippled-historical-database",
"version": "2.2.0",
"version": "2.3.0",
"description": "SQL database storing historical data from Rippled.",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
"scripts": {
"postinstall": "node install.js",
"pretest": "node_modules/.bin/mocha --ui tdd -R spec test/setup.removeTables.js test/setup.createTables.js test/setup.importLedgers.js --logLevel 3",
"test": "node_modules/.bin/mocha --ui tdd -R spec test/setup.api.js test/test.*.js --logLevel 0",
"test": "node_modules/.bin/mocha --ui tdd -R spec test/setup.api.js test/test.validations.js --logLevel 0",
"start": "nodemon api/index.js"
},
"author": "",
Expand Down

0 comments on commit 2c1e683

Please sign in to comment.