From 9cd8b75bec314880920aba0eedbe47fc778b2136 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 27 May 2024 11:04:45 +0200 Subject: [PATCH] chore: release 2.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4328b63..c4b3b4f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-blurhash", "title": "React Native Blurhash", - "version": "2.0.2", + "version": "2.0.3", "description": "🖼 Blurhash is a compact representation of a placeholder for an image. This is a Native UI Module for React Native to asynchronously wrap the Blurhash implementations and make them usable in React Native. Also supports encoding!", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts",