From ddf3667ae7068a088ad3eda6fd3a866dd28f3f74 Mon Sep 17 00:00:00 2001 From: David Fahlander Date: Tue, 26 May 2015 01:48:41 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97f501f01..b121801c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dexie", - "version": "1.1", + "version": "1.1.0", "description": "Minimalistic IndexedDB API with bullet proof transactions", "main": "dist/latest/Dexie.js", "repository": {