Skip to content

Commit

Permalink
Version 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Jul 15, 2019
1 parent a92d82d commit 20c47b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ After installing Evolutility-Server-Node, follow these steps:
npm install

# Create sample database w/ demo tables
node js/setup/database.js
npm run makedb

# Run the node.js server
npm start
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": "evolutility-server-node",
"version": "0.7.0",
"version": "0.8.0",
"description": "Model-driven RESTful endpoints for CRUD and more, using Node.js, Express, and Postgres.",
"license": "MIT",
"homepage": "https://github.com/evoluteur/evolutility-server-node",
Expand Down

0 comments on commit 20c47b8

Please sign in to comment.