From cb151cab5b7d9cd3eef624e12e30381c6d292f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathis=20M=C3=B8ller?= Date: Fri, 17 Feb 2023 13:16:27 +0100 Subject: [PATCH] 2.0.5 --- TypeScript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TypeScript/package.json b/TypeScript/package.json index 85ff3f6a..83354b77 100644 --- a/TypeScript/package.json +++ b/TypeScript/package.json @@ -1,6 +1,6 @@ { "name": "blurhash", - "version": "2.0.4", + "version": "2.0.5", "description": "Encoder and decoder for the Wolt BlurHash algorithm.", "main": "dist/index.js", "types": "dist/index.d.ts",