Skip to content

Commit

Permalink
Merge branch 'sturdynut-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rosslavery committed Mar 10, 2016
2 parents f05a144 + 47cee31 commit eeada0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,8 +4,8 @@ velocity-ui-angular
Velocity UI Pack integration for AngularJS. Combines the power of ngAnimate with the performance and simplicity of Velocity's UI Pack! Velocity UI Pack integration for AngularJS. Combines the power of ngAnimate with the performance and simplicity of Velocity's UI Pack!


## Requirements ## Requirements
* AngularJS (1.2+) * AngularJS (1.5+)
* ngAnimate * ngAnimate (1.5+)
* [Velocity](https://github.com/julianshapiro/velocity) * [Velocity](https://github.com/julianshapiro/velocity)
* [Velocity UI Pack](https://github.com/julianshapiro/velocity) * [Velocity UI Pack](https://github.com/julianshapiro/velocity)


Expand Down
8 changes: 4 additions & 4 deletions bower.json
@@ -1,6 +1,6 @@
{ {
"name": "velocity-ui-angular", "name": "velocity-ui-angular",
"version": "0.4.0", "version": "0.4.1",
"author": "Ross Lavery <rosslavery@gmail.com>", "author": "Ross Lavery <rosslavery@gmail.com>",
"description": "Velocity UI integration for AngularJS", "description": "Velocity UI integration for AngularJS",
"main": "velocity.ui.angular.js", "main": "velocity.ui.angular.js",
Expand All @@ -24,8 +24,8 @@
"tests" "tests"
], ],
"dependencies": { "dependencies": {
"angular-animate": ">=1.2.15", "angular-animate": "~1.5.0",
"angular": ">=1.2.15", "angular": "~1.5.0",
"velocity": "~1.2.2" "velocity": "~1.2.3"
} }
} }

0 comments on commit eeada0a

Please sign in to comment.