From 6cee42fa99fc8e5952ae7a818fd394bc9e33e02f Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Thu, 5 Oct 2023 10:36:42 +0200 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3be1aa..bce4f20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-toast", - "version": "1.0.2", + "version": "1.0.3", "description": "Utility functions for server-side toast notifications", "type": "module", "main": "./dist/index.cjs",