From d723917ce516025c86afac992f4060cb13890c3f Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 23 Jun 2023 11:31:47 -0400 Subject: [PATCH] chore: release 0.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab09463..94e9085 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-direct-club", - "version": "0.0.4", + "version": "0.0.5", "description": "Apply styles directly to your React Native components via props!", "main": "lib/commonjs/index", "module": "lib/module/index",