diff --git a/README.md b/README.md index f9a627c..ab6a3c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Alopex +# 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. diff --git a/package.json b/package.json index 5ec9c0f..dcb3793 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alopex", - "version": "1.2.4", + "version": "1.2.5", "description": "Databases for lazy people.", "main": "index.js", "scripts": {