Skip to content

Commit

Permalink
Bump dev version to v1.1.x - ready to release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-san committed Sep 1, 2016
1 parent 43ca26c commit 36107d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ You can ask the `Locker` if a resource is still locked.
$isLocked = $locker->isLocked('my_resource_name');
```

If the resource is still locked (lock has been acquired and ttl hasn't expired), it will return `true`, it will return false otherwise.
If the resource is still locked (lock has been acquired and ttl hasn't expired), it will return `true`, it will return `false` otherwise.

*For the Multiple-Store*: If at least one connected instance has the lock, it will consider having the lock.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.9.x-dev"
"dev-master": "1.1.x-dev"
}
}
}

0 comments on commit 36107d0

Please sign in to comment.