This repository was archived by the owner on Dec 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nymph" ,
3
3
"description" : " An object relational mapper with PHP and JavaScript interfaces." ,
4
- "version" : " 1.0.0beta1 " ,
4
+ "version" : " 1.0.0beta2 " ,
5
5
"homepage" : " http://nymph.io/" ,
6
6
"authors" : [
7
7
" Hunter Perrin <hunter@sciactive.com>"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sciactive/nymph" ,
3
3
"description" : " An object relational mapper with PHP and JavaScript interfaces." ,
4
- "version" : " 1.0.0beta1 " ,
4
+ "version" : " 1.0.0beta2 " ,
5
5
"time" : " 2014-11-04" ,
6
6
"homepage" : " http://nymph.io/" ,
7
7
"type" : " library" ,
Original file line number Diff line number Diff line change 1
1
/*
2
- Nymph Entity 1.0.0beta1 nymph.io
2
+ Nymph Entity 1.0.0beta2 nymph.io
3
3
(C) 2014 Hunter Perrin
4
4
license LGPL
5
5
*/
@@ -130,7 +130,7 @@ license LGPL
130
130
131
131
var thisClass = {
132
132
// The current version of Entity.
133
- version : "1.0.0beta1 " ,
133
+ version : "1.0.0beta2 " ,
134
134
135
135
// === The Name of the Class ===
136
136
class : 'Entity' ,
Original file line number Diff line number Diff line change 1
1
/*
2
- Nymph 1.0.0beta1 nymph.io
2
+ Nymph 1.0.0beta2 nymph.io
3
3
(C) 2014 Hunter Perrin
4
4
license LGPL
5
5
*/
@@ -111,7 +111,7 @@ license LGPL
111
111
112
112
Nymph = {
113
113
// The current version of Nymph.
114
- version : "1.0.0beta1 " ,
114
+ version : "1.0.0beta2 " ,
115
115
116
116
// === Class Variables ===
117
117
Original file line number Diff line number Diff line change 12
12
* @link http://sciactive.com/
13
13
*/
14
14
15
- define ('NYMPH_VERSION ' , '1.0.0beta1 ' );
15
+ define ('NYMPH_VERSION ' , '1.0.0beta2 ' );
16
16
17
17
RPHP ::_ ('Nymph ' , array ('NymphConfig ' ), function ($ NymphConfig ){
18
18
require (dirname (__FILE__ ).DIRECTORY_SEPARATOR .'Interfaces.php ' );
You can’t perform that action at this time.
0 commit comments