Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed May 6, 2021
1 parent 8fd073a commit 83325c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [v0.9.0] - 2021-05-06

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@
```bash
git clone https://github.com/VROOM-Project/vroom-express.git
cd vroom-express
git checkout v0.7.0
git checkout v0.9.0
```

- Install dependencies using `npm`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vroom-express",
"version": "0.7.0",
"version": "0.9.0",
"description": "An express server to expose VROOM as a web API.",
"scripts": {
"test": "npm run-script test:other && npm run-script test:js",
Expand Down

0 comments on commit 83325c5

Please sign in to comment.