From 483f586b752f93000ea867cbad32a28eb55e4359 Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Thu, 4 Jun 2020 14:53:01 +1000 Subject: [PATCH] Bump package version to 1.2.0 --- Unity/Assets/YarnSpinner/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity/Assets/YarnSpinner/package.json b/Unity/Assets/YarnSpinner/package.json index 4507fac99..ddf2157c0 100644 --- a/Unity/Assets/YarnSpinner/package.json +++ b/Unity/Assets/YarnSpinner/package.json @@ -1,6 +1,6 @@ { "name": "dev.secretlab.yarnspinner", - "version": "1.1.0", + "version": "1.2.0", "displayName": "Yarn Spinner", "description": "Yarn is a language that's designed to make it super easy to create interactive dialogue for games. Yarn's similar in style to Twine, so if you already know that, you'll be right at home! If you don't, that's cool - Yarn's syntax is extremely minimal, and there's not much there to learn. The Yarn language is used in a number of cool games, including Night In The Woods and Knights and Bikes.", "unity": "2018.4",