From 07bde35bc3bace9919c5bc2fccc2048d7e9a3707 Mon Sep 17 00:00:00 2001 From: Cormant-Inc Date: Wed, 6 Apr 2016 11:41:40 -0700 Subject: [PATCH] Update package.json to 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a805944..9f1b66d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backbone-storage-sync", - "version": "1.0.1", + "version": "1.1.0", "author": "Cormant, Inc. ", "description": "A mixin for Backbone.sync to synchronize to session or local storage instead of a remote server", "main": "backbone-storage-sync.js",