We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5106b commit 6ca1c68Copy full SHA for 6ca1c68
README.md
@@ -4,7 +4,7 @@
4
</p>
5
6
# Storm
7
-###### Storage Object-Relational Mapping v0.5.1 [BETA]
+###### Storage Object-Relational Mapping v1.0.0
8
9
this library provides a light but powerful way to handle localStorage javascript data, in a simple CRUD.
10
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "storm",
3
- "version": "0.5.1",
+ "version": "1.0.0",
"description": "",
"main": "store.js",
"repository": {
storm.js
@@ -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) {
0 commit comments