diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-09 19:57:15 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-09 19:57:15 -0400 |
commit | 6381f2bd74ae28662d3449c6e948833f32b2754f (patch) | |
tree | e19de916646be706de9e186686d1d4ba1fbb6989 /js/luigi-template.js | |
parent | a22f6a55ae65ca3675f7c97a030560e91d5b4d1f (diff) | |
download | luigi-template-6381f2bd74ae28662d3449c6e948833f32b2754f.tar.bz2 luigi-template-6381f2bd74ae28662d3449c6e948833f32b2754f.zip |
js: upgrade version to 0.5.0, add documentation about luigi-compat.js
Diffstat (limited to 'js/luigi-template.js')
-rw-r--r-- | js/luigi-template.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/luigi-template.js b/js/luigi-template.js index 8fcf646..1b7ca74 100644 --- a/js/luigi-template.js +++ b/js/luigi-template.js @@ -5,7 +5,7 @@ * @author Paul Duncan <pabs@pablotron.org> * @license MIT * @copyright 2010-2018 Paul Duncan (pabs@pablotron.org) - * @version 0.4.2 + * @version 0.5.0 * */ @@ -153,7 +153,7 @@ var Luigi = (function() { /** * Version of Luigi Template. */ - VERSION: '0.4.2', + VERSION: '0.5.0', /** * Default filter set. |