Skip to content

Commit 6256df0

Browse files
committed
3.3.17
1 parent 38460e1 commit 6256df0

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jstree",
33
"license": "MIT",
4-
"version": "3.3.16",
4+
"version": "3.3.17",
55
"main" : [
66
"./dist/jstree.js",
77
"./dist/themes/default/style.css"

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jstree",
33
"repo": "vakata/jstree",
44
"description": "jsTree is jquery plugin, that provides interactive trees.",
5-
"version": "3.3.16",
5+
"version": "3.3.17",
66
"license": "MIT",
77
"keywords": [
88
"ui",

dist/jstree.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}(function ($, undefined) {
1414
"use strict";
1515
/*!
16-
* jsTree 3.3.16
16+
* jsTree 3.3.17
1717
* http://jstree.com/
1818
*
1919
* Copyright (c) 2014 Ivan Bozhanov (http://vakata.com)
@@ -63,7 +63,7 @@
6363
* specifies the jstree version in use
6464
* @name $.jstree.version
6565
*/
66-
version : '3.3.16',
66+
version : '3.3.17',
6767
/**
6868
* holds all the default options used when creating new instances
6969
* @name $.jstree.defaults

dist/jstree.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jstree.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jstree",
33
"title": "jsTree",
44
"description": "Tree view for jQuery",
5-
"version": "3.3.16",
5+
"version": "3.3.17",
66
"homepage": "http://jstree.com",
77
"keywords": [
88
"ui",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jstree",
33
"title": "jsTree",
44
"description": "jQuery tree plugin",
5-
"version": "3.3.16",
5+
"version": "3.3.17",
66
"homepage": "http://jstree.com",
77
"main": "./dist/jstree.js",
88
"author": {

0 commit comments

Comments
 (0)