From 2812e77f0ac72dfde34213d9d9bc79d472756b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=92=E1=85=A1=E1=86=AB=E1=84=8B=E1=85=A7=E1=86=BC?= =?UTF-8?q?=E1=84=89=E1=85=AE?= Date: Mon, 30 Sep 2019 15:25:12 +0900 Subject: [PATCH] bump to 0.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e02c28..fd4e53c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-responsive-fontsize", - "version": "0.2.2", + "version": "0.2.3", "main": "index.js", "typings": "index.d.ts", "description": "Simple method for resposive fontSize based on screen-size of the device in React-Native",