From 9df62595fe521364b6faea6a5c837d14ee75be41 Mon Sep 17 00:00:00 2001 From: Webber Date: Wed, 16 Aug 2023 00:31:49 +0200 Subject: [PATCH] chore: bump major version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6d9d4f4..20f041b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unity-builder", - "version": "2.0.0", + "version": "3.0.0", "description": "Build Unity projects for different platforms.", "main": "dist/index.js", "repository": "git@github.com:game-ci/unity-builder.git",