Skip to content

Commit

Permalink
v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Tsai committed Aug 26, 2015
1 parent d6a38bc commit 86b83b3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function(grunt) {
options: {
position: 'top',
banner: "/* jQuery Tree Multiselect v<%= pkg.version %> | " +
"(c) Patrick Tsai | MIT Licensed */",
"(c) Patrick Tsai et al. | MIT Licensed */",
linebreak: true
},
files: {
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Patrick Tsai
Copyright (c) 2015 Patrick Tsai et al.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion jquery.tree-multiselect.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jquery.tree-multiselect.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.tree-multiselect.js",
"version": "1.13.1",
"version": "1.14.0",
"description": "jQuery multiple select with nested options",
"main": "jquery.tree-multiselect.min.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/jquery.tree-multiselect.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* jQuery Tree Multiselect
* v1.13.1
* v1.14.0
*
* (c) Patrick Tsai
* (c) Patrick Tsai et al.
* MIT Licensed
*/

Expand Down
4 changes: 2 additions & 2 deletions src/jquery.tree-multiselect.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* jQuery Tree Multiselect
* v1.13.1
* v1.14.0
*
* (c) Patrick Tsai
* (c) Patrick Tsai et al.
* MIT Licensed
*/

Expand Down

0 comments on commit 86b83b3

Please sign in to comment.