From efa61e3ffe8f493644ebf13a2428cd4b5cc79d04 Mon Sep 17 00:00:00 2001 From: Bruno Mikoski Date: Sun, 12 Dec 2021 22:02:28 +0000 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cbb12b6..0e7512f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.brunomikoski.animationsequencer", "displayName": "Animation Sequencer", - "version": "0.3.0", + "version": "0.3.1", "unity": "2018.4", "description": "Animation sequencer is a way to create complex animations of sequence of events by a friendly user interface. Requires DOTween v1.2.632", "keywords": [ @@ -24,4 +24,4 @@ "dependencies": { "com.demigiant.dotween": "1.2.632" } -} \ No newline at end of file +}