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

Commit ecec183

Browse files
committed
Incremented version. Second beta.
1 parent c6fc7e5 commit ecec183

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nymph",
33
"description": "An object relational mapper with PHP and JavaScript interfaces.",
4-
"version": "1.0.0beta1",
4+
"version": "1.0.0beta2",
55
"homepage": "http://nymph.io/",
66
"authors": [
77
"Hunter Perrin <hunter@sciactive.com>"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sciactive/nymph",
33
"description": "An object relational mapper with PHP and JavaScript interfaces.",
4-
"version": "1.0.0beta1",
4+
"version": "1.0.0beta2",
55
"time": "2014-11-04",
66
"homepage": "http://nymph.io/",
77
"type": "library",

src/Entity.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Nymph Entity 1.0.0beta1 nymph.io
2+
Nymph Entity 1.0.0beta2 nymph.io
33
(C) 2014 Hunter Perrin
44
license LGPL
55
*/
@@ -130,7 +130,7 @@ license LGPL
130130

131131
var thisClass = {
132132
// The current version of Entity.
133-
version: "1.0.0beta1",
133+
version: "1.0.0beta2",
134134

135135
// === The Name of the Class ===
136136
class: 'Entity',

src/Nymph.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Nymph 1.0.0beta1 nymph.io
2+
Nymph 1.0.0beta2 nymph.io
33
(C) 2014 Hunter Perrin
44
license LGPL
55
*/
@@ -111,7 +111,7 @@ license LGPL
111111

112112
Nymph = {
113113
// The current version of Nymph.
114-
version: "1.0.0beta1",
114+
version: "1.0.0beta2",
115115

116116
// === Class Variables ===
117117

src/Nymph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @link http://sciactive.com/
1313
*/
1414

15-
define('NYMPH_VERSION', '1.0.0beta1');
15+
define('NYMPH_VERSION', '1.0.0beta2');
1616

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

0 commit comments

Comments
 (0)