Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Incremented version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Feb 26, 2015
1 parent dc544c0 commit 6f9929a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sciactive/nymph-server",
"description": "Server side Nymph files.",
"version": "1.4.0-beta.2",
"version": "1.4.0-beta.3",
"time": "2015-02-18",
"homepage": "http://nymph.io/",
"type": "library",
Expand Down
2 changes: 1 addition & 1 deletion src/Nymph.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @link http://nymph.io/
*/
class Nymph {
const VERSION = '1.4.0-beta.2';
const VERSION = '1.4.0-beta.3';

public static function __callStatic($name, $args) {
return call_user_func_array(array(RequirePHP::_('Nymph'), $name), $args);
Expand Down

0 comments on commit 6f9929a

Please sign in to comment.