Skip to content

Commit

Permalink
mammouth v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
btwael committed Sep 17, 2013
1 parent a8b3247 commit f8aa298
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.1.8')
.version('0.1.9')
.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.1.8",
"version": "0.1.9",
"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.1.8';
mammouth.VERSION = '0.1.9';
mammouth.compile = function(code) {
Tokens = mammouth.Tokens;
FunctionInAssignment = function(seq) {
Expand Down

0 comments on commit f8aa298

Please sign in to comment.