diff --git a/package.json b/package.json index 7137623..9bd2bca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tweedegolf/storage-abstraction", - "version": "2.1.2", + "version": "2.1.3", "description": "Provides an abstraction layer for interacting with a storage; the storage can be local or in the cloud.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/publish/Storage/package.json b/publish/Storage/package.json index 7ce4c31..877707e 100644 --- a/publish/Storage/package.json +++ b/publish/Storage/package.json @@ -1,6 +1,6 @@ { "name": "@tweedegolf/storage-abstraction", - "version": "2.1.1", + "version": "2.1.3", "description": "Provides an abstraction layer for interacting with a storage; the storage can be local or any of the supported cloud storage services.", "src": "src/Storage.js", "main": "dist/index/Storage.js",