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

Commit

Permalink
Incremented version. Second beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Nov 18, 2014
1 parent c6fc7e5 commit ecec183
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nymph",
"description": "An object relational mapper with PHP and JavaScript interfaces.",
"version": "1.0.0beta1",
"version": "1.0.0beta2",
"homepage": "http://nymph.io/",
"authors": [
"Hunter Perrin <hunter@sciactive.com>"
Expand Down
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",
"description": "An object relational mapper with PHP and JavaScript interfaces.",
"version": "1.0.0beta1",
"version": "1.0.0beta2",
"time": "2014-11-04",
"homepage": "http://nymph.io/",
"type": "library",
Expand Down
4 changes: 2 additions & 2 deletions src/Entity.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Nymph Entity 1.0.0beta1 nymph.io
Nymph Entity 1.0.0beta2 nymph.io
(C) 2014 Hunter Perrin
license LGPL
*/
Expand Down Expand Up @@ -130,7 +130,7 @@ license LGPL

var thisClass = {
// The current version of Entity.
version: "1.0.0beta1",
version: "1.0.0beta2",

// === The Name of the Class ===
class: 'Entity',
Expand Down
4 changes: 2 additions & 2 deletions src/Nymph.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Nymph 1.0.0beta1 nymph.io
Nymph 1.0.0beta2 nymph.io
(C) 2014 Hunter Perrin
license LGPL
*/
Expand Down Expand Up @@ -111,7 +111,7 @@ license LGPL

Nymph = {
// The current version of Nymph.
version: "1.0.0beta1",
version: "1.0.0beta2",

// === Class Variables ===

Expand Down
2 changes: 1 addition & 1 deletion src/Nymph.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @link http://sciactive.com/
*/

define('NYMPH_VERSION', '1.0.0beta1');
define('NYMPH_VERSION', '1.0.0beta2');

RPHP::_('Nymph', array('NymphConfig'), function($NymphConfig){
require(dirname(__FILE__).DIRECTORY_SEPARATOR.'Interfaces.php');
Expand Down

0 comments on commit ecec183

Please sign in to comment.