From 3a500f2481e2a18e52312eadf2f33d37c90ca624 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 23 Nov 2022 16:09:21 -0500 Subject: [PATCH] chore: bump version for alpha 2 --- install/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index 55ab9ca6e6..4f06571b5d 100644 --- a/install/package.json +++ b/install/package.json @@ -2,7 +2,7 @@ "name": "nodebb", "license": "GPL-3.0", "description": "NodeBB Forum", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "homepage": "https://www.nodebb.org", "repository": { "type": "git", @@ -191,4 +191,4 @@ "url": "https://github.com/barisusakli" } ] -} \ No newline at end of file +}