Skip to content

Commit

Permalink
Bumped angular-bootstrap to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpocklin committed Mar 26, 2015
1 parent df90d93 commit 6b2bb76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Leverages [UI Bootstrap](http://angular-ui.github.io/bootstrap/) and [UI Router]


## History
* 1.4.1 Bumped angular-bootstrap dependency to v0.12.1.
* 1.4.0 Removed default `$state.go(..)` route option, added `disabled` option and updated jsbeautifier. See [#16](/../../pull/16).
* 1.3.0 Improved state equality checking to include params and options.
* 1.2.0 Prevented reload of current state again. See [#11](/../../pull/11).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"dependencies": {
"angular": "^1.2.26",
"angular-bootstrap": "^0.11.2",
"angular-bootstrap": "^0.12.1",
"angular-ui-router": "^0.2.11"
},
"devDependencies": {
Expand Down

0 comments on commit 6b2bb76

Please sign in to comment.