From 423aeff6d29a92fc0dad8fc7876b105ed2ac9114 Mon Sep 17 00:00:00 2001 From: Ryan Laseter Date: Sun, 12 Jul 2020 21:19:02 -0500 Subject: [PATCH] Using semver version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61c0f12..da46fcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.proryanator.controllers2d", - "version": "1.02", + "version": "1.0.2", "displayName": "Proryanator Controllers 2D", "description": "A collection of 2D controller scripts that you'd typically use as a baseline for your 2D games. Makes use of Unity's new InputSystem.", "unity": "2019.3",