diff --git a/README.md b/README.md index ab6a3c4..e485b6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Alopex -Alope is an easy to use data store. It can be used for persistent data in a sqlite file or just blazing fast in memory. It automatically synchronizes schema when you have have new fields or a new table. +Alopex is an easy to use data store. It can be used for persistent data in a sqlite file or just blazing fast in memory. It automatically synchronizes schema when you have have new fields or a new table. It has only TWO dependencies. Critical packages working with data like alopex shouldn't have much requirements. Alopex is future proof! Features: - insert diff --git a/package.json b/package.json index b6ac732..54407e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alopex", - "version": "1.2.5", + "version": "1.2.6", "description": "Databases for lazy people.", "main": "index.js", "scripts": {