From 242b03bb297419cf73e8f27934c2229e5f92754d Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 16 May 2026 17:17:29 +0200 Subject: [PATCH] chore: bump version to 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d90a78..50b8d69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "screeps-deploy-action", - "version": "0.1.1", + "version": "0.2.0", "description": "Deploys screeps code to the official game or an pirvate server.", "type": "module", "main": "index.js",