Skip to content

Commit

Permalink
fix typo and bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jul 19, 2016
1 parent e725c1f commit 18cf039
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 @@ -44,7 +44,7 @@ p3.then(() => alert('frame'))
Promise.all([p1, p2, p3]).then(() => alert('We are all done!'))
```

### Clear timer eventyally
### Clear timers
Thanks to [this pull request](https://github.com/GianlucaGuarini/allora/pull/3) it's now also possible to clear the timers
```js
const myWindow = allora(window)
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": "allora",
"version": "0.0.2",
"version": "1.0.0",
"description": "Promisify everything",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 18cf039

Please sign in to comment.