Skip to content

Commit

Permalink
Tagging the 2.0.0-8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Apr 1, 2014
1 parent 48c2613 commit 2f5f2b2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
42 changes: 21 additions & 21 deletions dist/jquery.fancytree-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version @VERSION
* @date @DATE
* @version 2.0.0-8
* @date 2014-04-01T08:34
*/

/** Core Fancytree module.
Expand Down Expand Up @@ -3692,7 +3692,7 @@ $.extend($.ui.fancytree,
/** @lends ui.fancytree */
{
/** @type {string} */
version: "@VERSION", // Set to semver by 'grunt release'
version: "2.0.0-8", // Set to semver by 'grunt release'
/** @type {string} */
buildType: "production", // Set to 'production' by 'grunt build'
/** @type {int} */
Expand Down Expand Up @@ -3960,8 +3960,8 @@ if( typeof define === "function" && define.amd ) {
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version @VERSION
* @date @DATE
* @version 2.0.0-8
* @date 2014-04-01T08:34
*/

// To keep the global namespace clean, we wrap everything in a closure
Expand Down Expand Up @@ -4130,8 +4130,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version @VERSION
* @date @DATE
* @version 2.0.0-8
* @date 2014-04-01T08:34
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -4667,8 +4667,8 @@ $.ui.fancytree.registerExtension(
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version @VERSION
* @date @DATE
* @version 2.0.0-8
* @date 2014-04-01T08:34
*/
/**
* @module fancytree/edit
Expand Down Expand Up @@ -4987,8 +4987,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version @VERSION
* @date @DATE
* @version 2.0.0-8
* @date 2014-04-01T08:34
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -5160,8 +5160,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version @VERSION
* @date @DATE
* @version 2.0.0-8
* @date 2014-04-01T08:34
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -5288,8 +5288,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version @VERSION
* @date @DATE
* @version 2.0.0-8
* @date 2014-04-01T08:34
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -5431,8 +5431,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version @VERSION
* @date @DATE
* @version 2.0.0-8
* @date 2014-04-01T08:34
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -5774,8 +5774,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version @VERSION
* @date @DATE
* @version 2.0.0-8
* @date 2014-04-01T08:34
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -6097,8 +6097,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version @VERSION
* @date @DATE
* @version 2.0.0-8
* @date 2014-04-01T08:34
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.fancytree-all.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jquery.fancytree.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version @VERSION
* @date @DATE
* @version 2.0.0-8
* @date 2014-04-01T08:34
*/

/** Core Fancytree module.
Expand Down Expand Up @@ -3692,7 +3692,7 @@ $.extend($.ui.fancytree,
/** @lends ui.fancytree */
{
/** @type {string} */
version: "@VERSION", // Set to semver by 'grunt release'
version: "2.0.0-8", // Set to semver by 'grunt release'
/** @type {string} */
buildType: "production", // Set to 'production' by 'grunt build'
/** @type {int} */
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.fancytree.min.js

Large diffs are not rendered by default.

0 comments on commit 2f5f2b2

Please sign in to comment.