Skip to content

Commit

Permalink
Relase v1
Browse files Browse the repository at this point in the history
  • Loading branch information
e1016 committed Apr 4, 2018
1 parent 3c5106b commit 6ca1c68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>

# Storm
###### Storage Object-Relational Mapping v0.5.1 [BETA]
###### Storage Object-Relational Mapping v1.0.0

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storm",
"version": "0.5.1",
"version": "1.0.0",
"description": "",
"main": "store.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion storm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Eliseo Geraldo · e1016 · MIT
* Storage Relational-Object Mapping
* 0.5.1 beta · 2018-03-26
* 1.0.0 beta · 2018-03-26
*/

(function (global, factory) {
Expand Down

0 comments on commit 6ca1c68

Please sign in to comment.