From cf65cf68814da7e43aa1531589518c27a31b7244 Mon Sep 17 00:00:00 2001 From: Ernane Ferreira Date: Sat, 29 Jul 2023 12:25:10 -0300 Subject: [PATCH] doc: go to 1.1.3 version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a95b38..4dafd76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ernane/svelte-star-rating", - "version": "1.1.1", + "version": "1.1.3", "description": "Simple component to assign scores based on stars.", "main": "dist/index.js", "module": "dist/index.mjs",