Skip to content

Commit

Permalink
Bump v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarCruz committed Jun 4, 2017
1 parent 4045212 commit e01c28f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/csp.tmpl.js
Expand Up @@ -7173,7 +7173,7 @@ function ReturnValue(type, value){

/**
* The riot template engine
* @version WIP
* @version v3.0.8
*/

var skipRegex = (function () { //eslint-disable-line no-unused-vars
Expand Down Expand Up @@ -7700,7 +7700,7 @@ var tmpl = (function () {
return expr
}

_tmpl.version = brackets.version = 'WIP';
_tmpl.version = brackets.version = 'v3.0.8';

return _tmpl

Expand Down
4 changes: 2 additions & 2 deletions dist/es6.tmpl.js
@@ -1,7 +1,7 @@

/**
* The riot template engine
* @version WIP
* @version v3.0.8
*/

var skipRegex = (function () { //eslint-disable-line no-unused-vars
Expand Down Expand Up @@ -530,7 +530,7 @@ var tmpl = (function () {
return expr
}

_tmpl.version = brackets.version = 'WIP'
_tmpl.version = brackets.version = 'v3.0.8'

return _tmpl

Expand Down
4 changes: 2 additions & 2 deletions dist/tmpl.js
@@ -1,5 +1,5 @@

/* riot-tmpl WIP, @license MIT, (c) 2015 Muut Inc. + contributors */
/* riot-tmpl v3.0.8, @license MIT, (c) 2015 Muut Inc. + contributors */
;(function (window) { // eslint-disable-line no-extra-semi
'use strict'

Expand Down Expand Up @@ -529,7 +529,7 @@

})()

tmpl.version = brackets.version = 'WIP'
tmpl.version = brackets.version = 'v3.0.8'

/* istanbul ignore else */
if (typeof module === 'object' && module.exports) {
Expand Down

0 comments on commit e01c28f

Please sign in to comment.