Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
Forgot to add new file to npm
  • Loading branch information
gilbert committed May 25, 2018
1 parent bbb65d2 commit 3be739a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// BuckleScript comes with its own parser for bsconfig.json, which is normal JSON, with the extra support of comments and trailing commas.
{
"name": "reason-future",
"version": "2.2.0",
"version": "2.2.1",
"sources": [{
"dir" : "src",
"subdirs" : true
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reason-future",
"version": "2.2.0",
"version": "2.2.1",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
Expand All @@ -10,6 +10,7 @@
"files": [
"src/Future.re",
"src/FutureResult.re",
"src/FutureJs.re",
"bsconfig.json",
"README.md"
],
Expand Down

0 comments on commit 3be739a

Please sign in to comment.