Skip to content

Commit 141b4e1

Browse files
committed
Update version number
1 parent 7d71621 commit 141b4e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ParrelSync/Editor/UpdateChecker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace ParrelSync.Update
99
public class UpdateChecker
1010
{
1111
//const string LocalVersionFilePath = "Assets/ParrelSync/VERSION.txt";
12-
public const string LocalVersion = "1.5.1";
12+
public const string LocalVersion = "1.5.2";
1313
[MenuItem("ParrelSync/Check for update", priority = 20)]
1414
static void CheckForUpdate()
1515
{

ParrelSync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.veriorpies.parrelsync",
33
"displayName": "ParrelSync",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"unity": "2018.4",
66
"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.",
77
"license": "MIT",

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

0 commit comments

Comments
 (0)