From e16a5198a38e2755e627fcdb3ff87cc220e79a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20O=CC=88zkaya?= Date: Mon, 22 Aug 2022 12:07:47 +0300 Subject: [PATCH] chore: release 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecc4830..df9e63a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-snackbar-context", - "version": "0.1.1", + "version": "0.1.2", "description": "Snackbar component for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",