diff --git a/component.json b/component.json index 7bee8d6..b1fb93d 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "blob", "repo": "webmodules/blob", "description": "Abstracts out Blob and uses BlobBulder in cases where it is supported with any vendor prefix.", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "dependencies": {}, "scripts": [ diff --git a/package.json b/package.json index d80db96..a60ebb8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "blob", - "description": "Abstracts out Blob and uses BlobBulder in cases where it is supported with any vendor prefix.", - "version": "0.0.4", + "description": "Abstracts out Blob and uses BlobBuilder in cases where it is supported with any vendor prefix.", + "version": "0.0.5", "homepage": "https://github.com/webmodules/blob", "license": "MIT", "dependencies": {},