From 62789cb5f7f1ec4b26026f9c59d4992253c60617 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 28 Feb 2024 08:07:48 -0800 Subject: [PATCH] release 3.0.0-alpha.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index daf5eab..c0cc181 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nictool/api", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "NicTool API", "main": "index.js", "type": "module",