diff --git a/bower.json b/bower.json index 664fd47..6bce378 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "purescript-indexeddb", "description": "An API wrapper around IndexedDB", - "version": "2.0.0", + "version": "2.0.1", "authors": [ "Matthias Benkort " ], diff --git a/package.json b/package.json index fb8e509..efb9254 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purescript-indexeddb", - "version": "2.0.0", + "version": "2.0.1", "description": "A wrapper around the IndexedDB API", "scripts": { "prepare:release": "mkdir -p releases/github && cp -r README.md LICENSE src bower.json releases/github",