From ff6f307b61fe93ce6b9806d5cc3db679d0c480bc Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 31 Jul 2023 13:15:12 +0200 Subject: [PATCH] chore: release 1.1.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index beaf66b..abefcc3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-blurhash", "title": "React Native Blurhash", - "version": "1.1.10", + "version": "1.1.11", "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",