Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Mar 21, 2019
1 parent 5d9cfc0 commit e507823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bmutex",
"version": "0.1.5",
"version": "0.1.6",
"description": "Mutex locks for javascript",
"keywords": [
"lock",
Expand All @@ -19,7 +19,7 @@
"test": "bmocha --reporter spec test/*-test.js"
},
"dependencies": {
"bsert": "~0.0.9"
"bsert": "~0.0.10"
},
"devDependencies": {
"bmocha": "^2.1.0"
Expand Down

0 comments on commit e507823

Please sign in to comment.