diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-03-28 00:10:39 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-03-28 00:10:39 -0600 |
| commit | efd207c0ea9b48b10126f01e8d4c60cf40f48d26 (patch) | |
| tree | 4818fff2da8dcb0767b69cc9172a9b889970e933 | |
| parent | 8af8134e5727b9943ff6261175cf35c311f1ad23 (diff) | |
Upgrades version to 1.0.0
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 0b50871..4346199 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "serpentity", "description": "A simple entity framework inspired by ash", - "version": "1.0.0-alpha1", + "version": "1.0.0", "contributors": [ { - "name": "Ben Beltran", + "name": "Rubén Beltrán del Río", "email": "ben@nsovocal.com", "url": "http://nsovocal.com" } |