Skip to content

Commit

Permalink
v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amarcruz committed Jan 22, 2017
1 parent 3a84ef7 commit cf5616a
Showing 1 changed file with 3 additions and 3 deletions.
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 v3.1.2
*
* @module compiler
* @version WIP
* @version v3.1.2
* @license MIT
* @copyright Muut Inc. + contributors
*/
Expand Down Expand Up @@ -997,5 +997,5 @@ module.exports = {
css: compileCSS,
js: compileJS,
parsers: parsers,
version: 'WIP'
version: 'v3.1.2'
}

0 comments on commit cf5616a

Please sign in to comment.