From 2f8ddd1c9e0f75a2cf8749e3d2587e40d438a1ab Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Wed, 26 Sep 2018 09:56:43 -0400 Subject: [PATCH] Fixing typo in package.json. --- component.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {},