From 141b4e1e31966242a6fb7c495b52ac3d1221bc75 Mon Sep 17 00:00:00 2001 From: 314pies Date: Sat, 29 Apr 2023 20:26:22 -0700 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 85dbf96..a93895d 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.1"; + public const string LocalVersion = "1.5.2"; [MenuItem("ParrelSync/Check for update", priority = 20)] static void CheckForUpdate() { diff --git a/ParrelSync/package.json b/ParrelSync/package.json index 29776fb..08bb747 100644 --- a/ParrelSync/package.json +++ b/ParrelSync/package.json @@ -1,7 +1,7 @@ { "name": "com.veriorpies.parrelsync", "displayName": "ParrelSync", - "version": "1.5.1", + "version": "1.5.2", "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 8e03717..a73b432 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.5.1 \ No newline at end of file +1.5.2 \ No newline at end of file