From 6464d3c3304548709a55434171a0110b1b125a82 Mon Sep 17 00:00:00 2001 From: gb Date: Mon, 11 Apr 2022 23:20:09 +0100 Subject: [PATCH] release 3.3.1 --- CHANGELOG.md | 4 ++++ Documentation~/index.md | 2 +- README.md | 2 +- Runtime/CsoundUnity.cs | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e338a1..6fc2b831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.3.1] - 2022-04-11 + +- fix for LinkButton not available in Unity versions < 2021.1 + ## [3.3.0] - 2022-03-27 - added VU Meters to the inspector; diff --git a/Documentation~/index.md b/Documentation~/index.md index d1bb56c4..d2dfbe85 100644 --- a/Documentation~/index.md +++ b/Documentation~/index.md @@ -1,4 +1,4 @@ -# Documentation v3.3.0 # +# Documentation v3.3.1 # * [How to import CsoundUnity](importing.md) * [Getting Started](getting_started.md) diff --git a/README.md b/README.md index fe81ff52..059c5a24 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This simple wrapper is based on Richard Henninger's Csound6Net .NET wrapper. If you wish to use the Csound API in a model that is idiomatic to .net please use his wrapper instead. http://csound6net.codeplex.com (unfortunately the site is not reachable at the moment) -## New Version: 3.3.0 ## +## New Version: 3.3.1 ## Read the [CHANGELOG](https://github.com/rorywalsh/CsoundUnity/blob/master/CHANGELOG.md) for more details. diff --git a/Runtime/CsoundUnity.cs b/Runtime/CsoundUnity.cs index 1bbebfa7..22357cd4 100644 --- a/Runtime/CsoundUnity.cs +++ b/Runtime/CsoundUnity.cs @@ -205,7 +205,7 @@ public class CsoundUnity : MonoBehaviour /// /// The version of this package /// - public const string packageVersion = "3.3.0"; + public const string packageVersion = "3.3.1"; /// /// the unique guid of the csd file diff --git a/package.json b/package.json index b58675de..f1fd80ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.csound.csoundunity", "displayName": "CsoundUnity", - "version": "3.3.0", + "version": "3.3.1", "unity": "2018.1", "description": "CsoundUnity is a fully integrated audio middleware. \nIt extends Unity's audio API by creating Csound-based AudioSource objects that can interact and exist alongside regular AudioSource objects. \nWith CsoundUnity, games developers have at their fingertips one of the most powerful synthesis systems in existence. \n\nPlease visit homepage: http://rorywalsh.github.io/CsoundUnity/ \n\nThis interface would not have been possible without Richard Henninger's .NET interface to the Csound API.", "samples": [