Skip to content

Commit

Permalink
Version 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Sep 9, 2018
1 parent 6eaa6b8 commit d55557b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -11,7 +11,7 @@ collections:
examples:
output: true

jqtree_version: 1.4.8
jqtree_version: 1.4.9

# Build settings
markdown: kramdown
Expand Down
2 changes: 1 addition & 1 deletion _entries/10_changelog.md
Expand Up @@ -3,7 +3,7 @@ title: Changelog
name: changelog
---

##### development
##### 1.4.9 (september 9 2018)

- Issue #532: add tree.loading_data event

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jqTree",
"version": "1.4.8",
"version": "1.4.9",
"main": ["jqtree.css", "jqtree-circle.png", "tree.jquery.js"],
"dependencies": {
"jquery": ">=1.9"
Expand Down
2 changes: 1 addition & 1 deletion jqtree.jquery.json
@@ -1,6 +1,6 @@
{
"name": "jqtree",
"version": "1.4.8",
"version": "1.4.9",
"title": "jqTree",
"description":
"JqTree is a jQuery widget for displaying a tree structure in html. It supports json data, loading via ajax and drag-and-drop",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jqtree",
"version": "1.4.8",
"version": "1.4.9",
"description": "Tree widget for jQuery",
"keywords": [
"jquery-plugin",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
@@ -1,3 +1,3 @@
const version = "1.4.8";
const version = "1.4.9";

export default version;

0 comments on commit d55557b

Please sign in to comment.