Skip to content

Commit

Permalink
Update the version for next release (v0.12.0) (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Aug 3, 2020
1 parent 7071939 commit 36d4339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ About this automation:
Make a PR modifying the file [`package.json`](/package.json) with the right version.

```javascript
"version": X.X.X
"version": "X.X.X",
```

Once the changes are merged on `master`, you can publish the current draft release via the [GitHub interface](https://github.com/meilisearch/meilisearch-js/releases).
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": "meilisearch",
"version": "0.11.3",
"version": "0.12.0",
"description": "The MeiliSearch JS client for Node.js and the browser.",
"keywords": [
"meilisearch",
Expand Down

0 comments on commit 36d4339

Please sign in to comment.