From cb1a048ea05b242f48f0bf9473b096a352192b8c Mon Sep 17 00:00:00 2001 From: "DESKTOP-QPCL23P\\GDSFN" Date: Fri, 2 Jul 2021 22:08:20 -0400 Subject: [PATCH] Update version number --- ParrelSync/Editor/UpdateChecker.cs | 2 +- ParrelSync/package.json | 2 +- VERSION.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ParrelSync/Editor/UpdateChecker.cs b/ParrelSync/Editor/UpdateChecker.cs index b69b804..85dbf96 100644 --- a/ParrelSync/Editor/UpdateChecker.cs +++ b/ParrelSync/Editor/UpdateChecker.cs @@ -9,7 +9,7 @@ namespace ParrelSync.Update public class UpdateChecker { //const string LocalVersionFilePath = "Assets/ParrelSync/VERSION.txt"; - public const string LocalVersion = "1.5.0"; + public const string LocalVersion = "1.5.1"; [MenuItem("ParrelSync/Check for update", priority = 20)] static void CheckForUpdate() { diff --git a/ParrelSync/package.json b/ParrelSync/package.json index e547b4e..29776fb 100644 --- a/ParrelSync/package.json +++ b/ParrelSync/package.json @@ -1,7 +1,7 @@ { "name": "com.veriorpies.parrelsync", "displayName": "ParrelSync", - "version": "1.5.0", + "version": "1.5.1", "unity": "2018.4", "description": "ParrelSync is a Unity editor extension that allows users to test multiplayer gameplay without building the project by having another Unity editor window opened and mirror the changes from the original project.", "license": "MIT", diff --git a/VERSION.txt b/VERSION.txt index 3e1ad72..8e03717 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.5.0 \ No newline at end of file +1.5.1 \ No newline at end of file