From 83af349a6a8cb2090c51066052425f54ef5f9c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=BCcahit?= <76880536+mucahitdev@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:34:37 +0300 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 30041bf..207c119 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reset-css", - "version": "0.1.0", + "version": "0.2.0", "description": "Bringing the web's reset CSS experience to React Native for a consistent mobile UI", "main": "lib/commonjs/index", "module": "lib/module/index",