Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Jun 11, 2022
1 parent 9bbed90 commit 8326c0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [v0.11.0] - 2022-06-11

### Added

- Expose option -l to request (#91)
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.10.0
git checkout v0.11.0
```

- Install dependencies using `npm`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vroom-express",
"version": "0.10.0",
"version": "0.11.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 8326c0b

Please sign in to comment.