diff --git a/README.md b/README.md index 5d7fda3..7c0123b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ MarsDB [![Dependency Status](https://david-dm.org/c58/marsdb.svg)](https://david-dm.org/c58/marsdb) MarsDB is a lightweight client-side database. -It's based on a Meteor’s `minimongo` matching/modifying implementation. It's carefully written on `ES6`, usess `modular lodash`, have a `Promise` based interface and may be backed with any storage implementation (LevelUP, LocalStorage, IndexedDB, etc). For now implemented only LocalStorage and [LocalForage](https://github.com/mozilla/localForage) storage managers. It's also supports `observable` cursors. +It's based on a Meteor’s `minimongo` matching/modifying implementation. It's carefully written on `ES6`, have a `Promise` based interface and may be backed with any storage implementation (LevelUP, LocalStorage, IndexedDB, etc). For now implemented only LocalStorage and [LocalForage](https://github.com/mozilla/localForage) storage managers. It's also supports `observable` cursors. MarsDB supports any kind of find/update/remove operations that Meteor’s minimongo does. So, go to the Meteor docs for supported query/modifier operations. diff --git a/package.json b/package.json index 21696b2..6ef51b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marsdb", - "version": "0.3.14", + "version": "0.4.0", "author": { "name": "Artem Artemev", "email": "art@studytime.me"