Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vakata committed Aug 6, 2014
1 parent 05ad3bd commit cc08849
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jstree",
"version": "3.0.2",
"version": "3.0.3",
"main" : [
"./dist/jstree.js",
"./dist/themes/default/style.css"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jstree",
"repo": "vakata/jstree",
"description": "jsTree is jquery plugin, that provides interactive trees.",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"keywords": [
"ui",
Expand Down
4 changes: 2 additions & 2 deletions dist/jstree.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}(function ($, undefined) {
"use strict";
/*!
* jsTree 3.0.2
* jsTree 3.0.3
* http://jstree.com/
*
* Copyright (c) 2014 Ivan Bozhanov (http://vakata.com)
Expand Down Expand Up @@ -67,7 +67,7 @@
* specifies the jstree version in use
* @name $.jstree.version
*/
version : '3.0.2',
version : '3.0.3',
/**
* holds all the default options used when creating new instances
* @name $.jstree.defaults
Expand Down
4 changes: 2 additions & 2 deletions dist/jstree.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/assets/dist/jstree.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}(function ($, undefined) {
"use strict";
/*!
* jsTree 3.0.2
* jsTree 3.0.3
* http://jstree.com/
*
* Copyright (c) 2014 Ivan Bozhanov (http://vakata.com)
Expand Down Expand Up @@ -67,7 +67,7 @@
* specifies the jstree version in use
* @name $.jstree.version
*/
version : '3.0.2',
version : '3.0.3',
/**
* holds all the default options used when creating new instances
* @name $.jstree.defaults
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/dist/jstree.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/jstree.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
{
"tags": [],
"description": {
"full": "<p>jsTree 3.0.2<br /><a href='http://jstree.com/'>http://jstree.com/</a></p>\n\n<p>Copyright (c) 2014 Ivan Bozhanov (<a href='http://vakata.com'>http://vakata.com</a>)</p>\n\n<p>Licensed same as jquery - under the terms of the MIT License<br /> <a href='http://www.opensource.org/licenses/mit-license.php'>http://www.opensource.org/licenses/mit-license.php</a></p>",
"summary": "<p>jsTree 3.0.2<br /><a href='http://jstree.com/'>http://jstree.com/</a></p>",
"full": "<p>jsTree 3.0.3<br /><a href='http://jstree.com/'>http://jstree.com/</a></p>\n\n<p>Copyright (c) 2014 Ivan Bozhanov (<a href='http://vakata.com'>http://vakata.com</a>)</p>\n\n<p>Licensed same as jquery - under the terms of the MIT License<br /> <a href='http://www.opensource.org/licenses/mit-license.php'>http://www.opensource.org/licenses/mit-license.php</a></p>",
"summary": "<p>jsTree 3.0.3<br /><a href='http://jstree.com/'>http://jstree.com/</a></p>",
"body": "<p>Copyright (c) 2014 Ivan Bozhanov (<a href='http://vakata.com'>http://vakata.com</a>)</p>\n\n<p>Licensed same as jquery - under the terms of the MIT License<br /> <a href='http://www.opensource.org/licenses/mit-license.php'>http://www.opensource.org/licenses/mit-license.php</a></p>"
},
"ignore": true
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"isPrivate": false,
"ignore": false,
"code": "version : '3.0.2',"
"code": "version : '3.0.3',"
},
{
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion jstree.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jstree",
"title": "jsTree",
"description": "Tree view for jQuery",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "http://jstree.com",
"keywords": [
"ui",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jstree",
"title": "jsTree",
"description": "jQuery tree plugin",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "http://jstree.com",
"main": "./dist/jstree.js",
"author": {
Expand Down

0 comments on commit cc08849

Please sign in to comment.