Skip to content

Commit

Permalink
--- VERSION 1.0.0 ---
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskonnertz committed Jun 17, 2017
1 parent d1bda8c commit 2de8308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ChrisKonnertz/StringCalc/StringCalc.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class StringCalc
*
* @const string
*/
const VERSION = '0.9.1';
const VERSION = '1.0.0';

/**
* Closure that is called at the end of the grammar checking
Expand Down
2 changes: 1 addition & 1 deletion tests/StringCalcTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function testCalculations()
['onePi', M_1_PI],
['pi', M_PI],
['piFour', M_PI_4],
['piTwo+1', M_PI_2],
['piTwo', M_PI_2],
['sqrtOneTwo', M_SQRT1_2],
['sqrtPi', M_SQRTPI],
['sqrtThree', M_SQRT3],
Expand Down

0 comments on commit 2de8308

Please sign in to comment.