Skip to content

Commit

Permalink
0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
isglazunov committed Oct 24, 2013
1 parent 4f7807c commit 9e3d977
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion isg-events.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// isg-events
// 0.0.10
// 0.0.11

(function(factory){

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": "isg-events",
"version": "0.0.10",
"version": "0.0.11",
"keywords": ["event", "events", "underscore", "async", "sync", "on", "once", "trigger"],
"dependencies": {
"underscore": "1.5.2",
Expand Down
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# isg-events
0.0.10
0.0.11

# install

Expand Down Expand Up @@ -132,7 +132,11 @@ container.off({
```
Disable all event handlers "action"

# versions
# Versions
## 0.0.11
New requiring methods.
Some fixes.

## 0.0.10
Bigger readme.
Some fixes.
Expand Down

0 comments on commit 9e3d977

Please sign in to comment.