From 60a291d1709175c4ad73d8cbc9a0b4d51094a1ef Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 9 Mar 2022 10:47:22 +0100 Subject: [PATCH] chore: release 1.1.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6f672e..25f39c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-blurhash", "title": "React Native Blurhash", - "version": "1.1.8", + "version": "1.1.9", "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",