From 6ad01765ef94c747f9076b63c2b3574df781d9a0 Mon Sep 17 00:00:00 2001 From: Fred Westling Date: Sat, 6 Apr 2024 09:01:13 +1100 Subject: [PATCH] :wrench: chore: fix version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5dd6ab..223cf28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@first-australia/latitude-scheduler", - "version": "0.1.0", + "version": "0.0.2", "description": "This repository is the latest iteration of the FIRST Australia scheduling software (primarily for use in scheduling FIRST LEGO League tournaments).", "main": "./dist/index.js", "module": "./dist/index.mjs",