Skip to content

Commit

Permalink
Bump to version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Mar 11, 2015
1 parent 8c131fa commit ab26720
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pacta [![Build Status](https://travis-ci.org/mudge/pacta.png?branch=master)](https://travis-ci.org/mudge/pacta)

```javascript
{ 'pacta': '0.5.0' }
{ 'pacta': '0.5.1' }
```

```shell
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An algebraic, Promises/A+ compliant implementation of Promises.",
"keywords": ["promises", "monad", "functor", "promises-aplus"],
"authors": ["Paul Mucur"],
"version": "0.5.0",
"version": "0.5.1",
"main": "lib/pacta.js",
"devDependencies": {
"mocha": "1.12.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/mudge/pacta",
"author": "Paul Mucur (http://mudge.name)",
"keywords": ["promises", "monad", "functor", "promises-aplus"],
"version": "0.5.0",
"version": "0.5.1",
"main": "./lib/pacta.js",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit ab26720

Please sign in to comment.