Skip to content

Commit

Permalink
Version updated to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmiles committed May 9, 2015
1 parent dddb27c commit c6dfae1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ or using npm:
$ npm install bootstrap-treeview
```

or [download](https://github.com/jonmiles/bootstrap-treeview/releases/tag/v1.1.0) manually.
or [download](https://github.com/jonmiles/bootstrap-treeview/releases/tag/v1.2.0) manually.



Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap-treeview",
"description": "Tree View for Twitter Bootstrap",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/jonmiles/bootstrap-treeview",
"main": [
"dist/bootstrap-treeview.min.js",
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": "bootstrap-treeview",
"description": "Tree View for Twitter Bootstrap",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/jonmiles/bootstrap-treeview",
"author": {
"name": "Jonathan Miles"
Expand Down
2 changes: 1 addition & 1 deletion public/css/bootstrap-treeview.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* =========================================================
* bootstrap-treeview.css v1.0.2
* bootstrap-treeview.css v1.2.0
* =========================================================
* Copyright 2013 Jonathan Miles
* Project URL : http://www.jondmiles.com/bootstrap-treeview
Expand Down
2 changes: 1 addition & 1 deletion public/js/bootstrap-treeview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* =========================================================
* bootstrap-treeview.js v1.0.2
* bootstrap-treeview.js v1.2.0
* =========================================================
* Copyright 2013 Jonathan Miles
* Project URL : http://www.jondmiles.com/bootstrap-treeview
Expand Down
2 changes: 1 addition & 1 deletion src/css/bootstrap-treeview.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* =========================================================
* bootstrap-treeview.css v1.0.2
* bootstrap-treeview.css v1.2.0
* =========================================================
* Copyright 2013 Jonathan Miles
* Project URL : http://www.jondmiles.com/bootstrap-treeview
Expand Down
2 changes: 1 addition & 1 deletion src/js/bootstrap-treeview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* =========================================================
* bootstrap-treeview.js v1.0.2
* bootstrap-treeview.js v1.2.0
* =========================================================
* Copyright 2013 Jonathan Miles
* Project URL : http://www.jondmiles.com/bootstrap-treeview
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/bootstrap-treeview.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* =========================================================
* bootstrap-treeview.css v1.0.2
* bootstrap-treeview.css v1.2.0
* =========================================================
* Copyright 2013 Jonathan Miles
* Project URL : http://www.jondmiles.com/bootstrap-treeview
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/bootstrap-treeview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* =========================================================
* bootstrap-treeview.js v1.0.2
* bootstrap-treeview.js v1.2.0
* =========================================================
* Copyright 2013 Jonathan Miles
* Project URL : http://www.jondmiles.com/bootstrap-treeview
Expand Down

0 comments on commit c6dfae1

Please sign in to comment.