From 8f011489755d212fd12f1192e1777b79126f1754 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 29 Aug 2024 18:46:30 -0600 Subject: [PATCH] chore(release): bump to v3.0.2 --- 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 c730a8f..524652c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ajquery", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ajquery", - "version": "3.0.1", + "version": "3.0.2", "license": "MPL-2.0" } } diff --git a/package.json b/package.json index d39ffd6..5f04451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ajquery", - "version": "3.0.1", + "version": "3.0.2", "description": "The fastest, most lightweight, least dependency jQuery alternative. Now typed, Ai-enhanced, and better than ever!", "main": "ajquery.cjs", "module": "ajquery.mjs",