Skip to content

Commit

Permalink
Make version numbers consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Richardson committed Dec 18, 2011
1 parent 52d385d commit 835b501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/compiler.js
Expand Up @@ -3,7 +3,7 @@
*
* Compiler that can compile BNF syntax into bnf.js scripts.
*
* @version 0.0.9
* @version 0.1.0
*/

exports.version = '0.1.0';
Expand Down Expand Up @@ -278,4 +278,4 @@ exports.Compiler = function( ){
//CALL TO CONSTRUCTOR//
Constructor.call( this, arguments[0] );
//CALL TO CONSTRUCTOR//
};
};
4 changes: 2 additions & 2 deletions lib/parser.js
@@ -1,6 +1,6 @@
/*!
* Javascript BNF Parser
* @version 0.0.9
* @version 0.1.0
*/

/**
Expand Down Expand Up @@ -847,4 +847,4 @@ exports.parser = function(){
//CALL TO CONSTRUCTOR//
Constructor.call( this, arguments[0] );
//CALL TO CONSTRUCTOR//
};
};

0 comments on commit 835b501

Please sign in to comment.