Skip to content

Commit

Permalink
update version to reflect changes
Browse files Browse the repository at this point in the history
  • Loading branch information
James committed Jun 18, 2015
1 parent c154fa2 commit c518ded
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Angular Hammer v2.1.10-jsdw
# Angular Hammer v3.0-jsdw

An [Angular.js](https://angularjs.org/) module that enables you to bind custom behavior to [Hammer.js](http://hammerjs.github.io/) touch events. It is a tweaked version of Ryan Mullins' [angular-hammer](https://github.com/RyanMullins/angular-hammer) module, which itself was derived from the [Angular Hammer](https://github.com/monospaced/angular-hammer) project by [Monospaced](https://github.com/monospaced).
An [Angular.js](https://angularjs.org/) module that enables you to bind custom behavior to [Hammer.js](http://hammerjs.github.io/) touch events. It is a heavily modified version of Ryan Mullins' [angular-hammer](https://github.com/RyanMullins/angular-hammer) module, which itself was derived from the [Angular Hammer](https://github.com/monospaced/angular-hammer) project by [Monospaced](https://github.com/monospaced).

Tweaks from Ryan Mullins version include an additional directive to allow setting of global presets and importing of global presets from `Hammer.defaults.presets`, and some general tidyup.
Tweaks from Ryan Mullins version include an additional directive to allow setting of global presets and importing of global presets from `Hammer.defaults.presets`, and other general tidyup.

## Installation

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": "AngularHammer",
"version": "2.1.10-jsdw",
"version": "2.2-jsdw",
"authors": [
"Ryan S Mullins <[email protected]>",
"James Wilson <[email protected]>"
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": "angular-hammer",
"version": "2.1.10-jsdw",
"version": "2.2-jsdw",
"description": "Hammer.js support for Angular.js applications",
"main": "angular.hammer.js",
"directories": {
Expand Down

0 comments on commit c518ded

Please sign in to comment.