From 3e699ca805c89c26e328a5e8d5f0255a40dd8467 Mon Sep 17 00:00:00 2001 From: Jeffrey Lanters Date: Mon, 6 Nov 2023 15:57:54 +0100 Subject: [PATCH] Bumped package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 304861b..d4dddae 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nl.jeffreylanters.tweens", "displayName": "Tweens", - "version": "3.2.0", + "version": "3.2.1", "unity": "2020.1", "description": "An extremely light weight, extendable and customisable tweening engine made for strictly typed script-based animations for user-interfaces and world-space objects optimised for all platforms.", "type": "library",