diff options
author | pabs@pablotron.org <pabs@pablotron.org> | 2014-12-18 01:10:02 -0500 |
---|---|---|
committer | pabs@pablotron.org <pabs@pablotron.org> | 2014-12-18 01:10:02 -0500 |
commit | 89375c08d01a6622d69dfd5b216404a5ed2a6d53 (patch) | |
tree | 5496e25dd3e072cbdfeb98fb5c38620790211adc | |
parent | 3e4c0bf17850b73e8916186b449bb41d21d255c6 (diff) | |
download | luigi-template-89375c08d01a6622d69dfd5b216404a5ed2a6d53.tar.bz2 luigi-template-89375c08d01a6622d69dfd5b216404a5ed2a6d53.zip |
increment version to 0.4.0
-rw-r--r-- | luigi-template.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luigi-template.js b/luigi-template.js index 962131b..97ca8d0 100644 --- a/luigi-template.js +++ b/luigi-template.js @@ -72,7 +72,7 @@ LuigiTemplate = (function() { "use strict"; - var VERSION = '0.3.0'; + var VERSION = '0.4.0'; // list of built-in filters var FILTERS = { |