From b927863317347525fcc8a384109ef3f89802d2e1 Mon Sep 17 00:00:00 2001 From: Nicolas Godefroy Date: Sun, 11 Jun 2023 10:26:20 +0200 Subject: [PATCH] chore: release 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9520fe1..8cf22bd 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": false, "license": "MIT", "description": "Lottie wrapper for React Native Web", - "version": "0.1.2", + "version": "0.2.0", "main": "lib/commonjs/index", "module": "lib/module/index", "react-native": "src/index",