Skip to content

Commit

Permalink
Fixed version to 0.2.0 bower, npm and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leocaseiro committed Nov 30, 2015
1 parent 398e1c6 commit 52f56ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $scope.superCoolAction = function(event) {
}
````

Let's check a example with custom parameters (require v0.1.0 or higher):
Let's check a example with custom parameters (require v0.2.0 or higher):
````html
<input type="button" value="Make super cool action" ng-click="superCoolActionWithParams()" w-mousetrap="{'command+shift+p': [superCoolActionWithParams, scopeVariable, 'myCustomString'}" />
````
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mgo-mousetrap",
"version": "0.1.2",
"version": "0.2.0",
"main": "./wMousetrap.js",
"description": "Handling keyboard interaction on an Angular app: An Angular Mousetrap wrapper",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mgo-mousetrap",
"description": "Handling keyboard interaction on an Angular app: An Angular Mousetrap wrapper",
"version": "0.1.2",
"version": "0.2.0",
"filename": "wMousetrap.js",
"main": "./wMousetrap.js",
"homepage": "https://github.com/mgonto/mgo-mousetrap",
Expand Down
2 changes: 1 addition & 1 deletion wMousetrap.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Mousetrap wrapper for AngularJS
* @version v0.1.0 - 2015-11-30
* @version v0.2.0 - 2015-11-30
* @link https://github.com/mgonto/mgo-mousetrap
* @author Martin Gontovnikas <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down

0 comments on commit 52f56ed

Please sign in to comment.