From 384fda311610ac9490a92f52aa98df82e9b34c91 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 29 Aug 2024 18:52:37 -0600 Subject: [PATCH] chore(release): bump to v3.0.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 524652c..312cbb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ajquery", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ajquery", - "version": "3.0.2", + "version": "3.0.3", "license": "MPL-2.0" } } diff --git a/package.json b/package.json index 5f04451..2b49510 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ajquery", - "version": "3.0.2", + "version": "3.0.3", "description": "The fastest, most lightweight, least dependency jQuery alternative. Now typed, Ai-enhanced, and better than ever!", "main": "ajquery.cjs", "module": "ajquery.mjs",