bump version to 2.0.1

This commit is contained in:
KtorZ 2017-07-28 11:40:09 +02:00
parent bda2b93347
commit 51b48b643c
No known key found for this signature in database
GPG Key ID: 3F72E8BC2894C015
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "purescript-indexeddb",
"description": "An API wrapper around IndexedDB",
"version": "2.0.0",
"version": "2.0.1",
"authors": [
"Matthias Benkort <matthias.benkort@truqu.com>"
],

View File

@ -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",