Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SydneyUni-Jim committed Jul 19, 2018
1 parent 0e90706 commit a02f623
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Sierra database, using environment variables for the connection settings.
## How to use

```
npm install 'SydneyUniLibrary/sierra-db-as-promised#v1'
npm install 'SydneyUniLibrary/sierra-db-as-promised#v2.0.0'
```

Create a .env file in the root directory of your project, like the following.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sydneyunilibrary/sierra-db-as-promised",
"version": "1.0.0",
"version": "2.0.0",
"description": "Simplifies getting a pg-promise Database object set up for connecting to a Sierra database, using environment variables for the connection settings.",
"license": "GPL-3.0",
"main": "index.js",
Expand Down

0 comments on commit a02f623

Please sign in to comment.