Skip to content

Commit

Permalink
Update: Mammouth v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
btwael committed Jan 15, 2014
1 parent 7e929da commit 2cff990
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/mammouth
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var program = require('commander'),
mammouth = require('../extras/mammouth-nodejs.js'),
patch = require('path');
program
.version('0.2.0')
.version('0.2.3')
.usage('[options] <file ...>')
.option('-c, --compile', '')
.option('-o, --output [DIR]', 'Write out all compiled PHP files into the specified directory. Use in conjunction with --compile', './');
Expand Down
2 changes: 1 addition & 1 deletion extras/mammouth-nodejs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extras/mammouth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mammouth",
"version": "0.2.2",
"version": "0.2.3",
"description": "Unfancy PHP",
"author": {
"name": "Wael Amine Boutglay",
Expand Down
2 changes: 1 addition & 1 deletion src/compiler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mammouth.VERSION = '0.2.2';
mammouth.VERSION = '0.2.3';
mammouth.compile = function(code) {
Tokens = mammouth.Tokens;
var Use_Slice_Function = false;
Expand Down

0 comments on commit 2cff990

Please sign in to comment.