diff --git a/Examples/OfflineEditing/index.js b/Examples/OfflineEditing/index.js index 99868db2..d23d895b 100644 --- a/Examples/OfflineEditing/index.js +++ b/Examples/OfflineEditing/index.js @@ -3,7 +3,7 @@ // create a shared object. This function call will return a promise! Y({ db: { - name: 'indexeddb', + name: 'memory', namespace: 'offlineEditingDemo' }, connector: { diff --git a/bower.json b/bower.json index a1265998..328bdd28 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "0.6.36", + "version": "0.6.38", "homepage": "y-js.org", "authors": [ "Kevin Jahns " diff --git a/package.json b/package.json index 67bfce73..fe9fe134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "0.6.36", + "version": "0.6.40", "description": "A framework for real-time p2p shared editing on arbitrary complex data types", "main": "y.js", "scripts": {