From 034b2c4ce29e23ff28a866d9e4e4aad221bf2507 Mon Sep 17 00:00:00 2001 From: camou Date: Mon, 22 Jul 2024 12:17:51 +0900 Subject: [PATCH] chore: release 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ba74f5..bb9cec6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@luckypear/react-native-thumbhash", - "version": "0.2.0", + "version": "0.2.1", "description": "A very compact representation of an image placeholder for react native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",