Skip to content

Commit

Permalink
Version bump to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpocklin committed Oct 14, 2015
1 parent 73fd4d9 commit cf35019
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Leverages [UI Bootstrap](http://angular-ui.github.io/bootstrap/) and [UI Router]


## History
* 1.7.0 Added `uib` prefix for UI Bootstrap elements (as per v0.14.0). See [#47](/../../pull/47).
* 1.6.0 Renamed `disabled` attribute to `disable` in line with UI Bootstrap `<tab>`. See [#39](/../../issues/39).
* 1.5.1 Removed `bower_components` from repository. See [#40](/../../pull/40).
* 1.5.0 Bumped `angular-bootstrap` dependency to v0.13.0 (fixes default tab being auto-selected).
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": "angular-ui-router-tabs",
"version": "1.6.0",
"version": "1.7.0",
"license": "MIT",
"main": "src/ui-router-tabs.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"keywords": [
"angular", "tabs", "navigation", "ui-router", "bootstrap"
],
"version": "1.6.0",
"version": "1.7.0",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
Expand Down

0 comments on commit cf35019

Please sign in to comment.