Skip to content

Commit

Permalink
v2.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
amarcruz committed Jan 15, 2016
1 parent 2a58a9a commit 3e18c3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/compiler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* riot-compiler v2.3.20, @license MIT, (c) 2015 Muut Inc. + contributors */
/* riot-compiler v2.3.21, @license MIT, (c) 2015 Muut Inc. + contributors */
'use strict'

/**
Expand Down Expand Up @@ -844,5 +844,5 @@ module.exports = {
css: compileCSS,
js: compileJS,
parsers: parsers,
version: 'v2.3.20'
version: 'v2.3.21'
}
4 changes: 2 additions & 2 deletions dist/es6.compiler.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Compiler for riot custom tags
* @version v2.3.20
* @version v2.3.21
*/

import { brackets } from 'riot-tmpl'
Expand Down Expand Up @@ -611,7 +611,7 @@ function compile (src, opts, url) {
return src
}

var version = 'v2.3.20'
var version = 'v2.3.21'

export default {
compile,
Expand Down
4 changes: 2 additions & 2 deletions dist/riot.compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ riot.parsers = parsers

/**
* Compiler for riot custom tags
* @version v2.3.20
* @version v2.3.21
*/
var compile = (function () {

Expand Down Expand Up @@ -613,7 +613,7 @@ var compile = (function () {
html: compileHTML,
css: compileCSS,
js: compileJS,
version: 'v2.3.20'
version: 'v2.3.21'
}
return compile

Expand Down

0 comments on commit 3e18c3d

Please sign in to comment.