From 88f4e4feec8324b43c8860dd60ddeab57392718d Mon Sep 17 00:00:00 2001
From: Eric Heine <erheine@nps.edu>
Date: Thu, 3 Feb 2022 11:54:53 -0800
Subject: [PATCH] Increased the version number for a new release

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 762d08b..835a21d 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
 	"name": "com.futuretech.shared",
 	"displayName": "FutureTech Shared",
 	"description": "Contains shared items such as the Scriptable Variables.",
-	"version": "0.1.29",
+	"version": "0.1.30",
 	"unity": "2019.3",
 	"license": "MIT",
 	"repository": {
-- 
GitLab