From b38801c385411b8753dab282e40b1a56a1413212 Mon Sep 17 00:00:00 2001 From: Tim Shamilov Date: Thu, 13 Jul 2023 03:26:05 -0400 Subject: [PATCH] release v0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a01ab57..6b4b391 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tbd54566975/web5-react-native-polyfills", - "version": "0.1.2", + "version": "0.1.3", "description": "An opinionated polyfill setup to enable web5 to work on react native", "main": "src/index.js", "module": "src/index.js",