From 6f9929aa89acebaf8f5cffd825429e1816f7e8c4 Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Wed, 25 Feb 2015 18:00:56 -0800 Subject: [PATCH] Incremented version. --- composer.json | 2 +- src/Nymph.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0f7f8e0..c3c1d8d 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/Nymph.php b/src/Nymph.php index 89acb92..a46d5ba 100644 --- a/src/Nymph.php +++ b/src/Nymph.php @@ -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);