From c5534e5e66f6860a77024b3c97b7a94a96abaaf2 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 3 Jul 2023 22:27:57 -0400 Subject: [PATCH] chore: release 0.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04e3062..a84853d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-direct-club", - "version": "0.0.8", + "version": "0.0.9", "description": "Apply styles directly to your React Native components via props!", "main": "lib/commonjs/index", "module": "lib/module/index",