From 3a96ba154d02f703f447b4ad3e1afc4d81cfc62d Mon Sep 17 00:00:00 2001 From: Tom Gobich Date: Fri, 31 Jan 2025 17:28:49 -0500 Subject: [PATCH] chore(release): 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b01edd..f12abec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adocasts.com/jumpstart", "description": "Jumpstart your next AdonisJS 6 web project with authentication, forgot password, and more features out-of-the-box.", - "version": "0.0.1", + "version": "1.0.0", "engines": { "node": ">=20.6.0" },