diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-20 20:34:32 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-20 20:34:32 -0800 |
commit | 02a4ab0214bea632a66c02ae14228412b0014b69 (patch) | |
tree | da807c1ec4e58061758cd26840351785c4492fd3 /core | |
parent | 7ad8f21e01f58610c6d36633947db853049cd56f (diff) |
v2.0.1
Diffstat (limited to 'core')
-rw-r--r-- | core/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/package.json b/core/package.json index a8610f3..6185b27 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "naive-core", - "version": "2.0.0", + "version": "2.0.1", "description": "A naive NoSQL database", "main": "dist/core/src/index.js", "types": "dist/core/src/index.d.ts", |