Skip to content

Commit

Permalink
v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amarcruz committed Aug 12, 2016
1 parent aaafa77 commit 97d789f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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 WIP
* @version v2.5.3
*/

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

var version = 'WIP'
var version = 'v2.5.3'

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 @@ -129,7 +129,7 @@ riot.parsers = parsers

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

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

Expand Down
6 changes: 3 additions & 3 deletions lib/compiler.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* The riot-compiler WIP
* The riot-compiler v2.5.3
*
* @module compiler
* @version WIP
* @version v2.5.3
* @license MIT
* @copyright Muut Inc. + contributors
*/
Expand Down Expand Up @@ -1035,5 +1035,5 @@ module.exports = {
css: compileCSS,
js: compileJS,
parsers: parsers,
version: 'WIP'
version: 'v2.5.3'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "riot-compiler",
"version": "2.5.2",
"version": "2.5.3",
"description": "Compiler for riot .tag files",
"main": "lib/compiler.js",
"jsnext:main": "dist/es6.compiler.js",
Expand Down

0 comments on commit 97d789f

Please sign in to comment.