From 0bf7dc0b7d543eae0b1c46978854c0ca26b73e2a Mon Sep 17 00:00:00 2001 From: Nathan Reyes Date: Tue, 14 Mar 2023 22:27:38 -0500 Subject: [PATCH] v3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd97d650e..6036fd113 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "v-calendar", "type": "module", - "version": "3.0.0-alpha.9", + "version": "3.0.0", "description": "A calendar and date picker plugin for Vue.js.", "author": "Nathan Reyes ", "repository": "https://github.com/nathanreyes/v-calendar",