Skip to content

Commit 6ca1c68

Browse files
committed
Relase v1
1 parent 3c5106b commit 6ca1c68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55

66
# Storm
7-
###### Storage Object-Relational Mapping v0.5.1 [BETA]
7+
###### Storage Object-Relational Mapping v1.0.0
88

99
this library provides a light but powerful way to handle localStorage javascript data, in a simple CRUD.
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storm",
3-
"version": "0.5.1",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "store.js",
66
"repository": {

storm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Eliseo Geraldo · e1016 · MIT
44
* Storage Relational-Object Mapping
5-
* 0.5.1 beta · 2018-03-26
5+
* 1.0.0 beta · 2018-03-26
66
*/
77

88
(function (global, factory) {

0 commit comments

Comments
 (0)