diff --git a/Packages/com.thenathannator.plasticband/CHANGELOG.md b/Packages/com.thenathannator.plasticband/CHANGELOG.md index 681d2f5..66e70bb 100644 --- a/Packages/com.thenathannator.plasticband/CHANGELOG.md +++ b/Packages/com.thenathannator.plasticband/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to PlasticBand will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.1.1] - 2023/19/01 + +Hotfix release for issues present in v0.1.0. ### Fixes diff --git a/Packages/com.thenathannator.plasticband/package.json b/Packages/com.thenathannator.plasticband/package.json index e8b7ec6..0315c2f 100644 --- a/Packages/com.thenathannator.plasticband/package.json +++ b/Packages/com.thenathannator.plasticband/package.json @@ -1,6 +1,6 @@ { "name": "com.thenathannator.plasticband", - "version": "0.1.0", + "version": "0.1.1", "displayName": "PlasticBand", "description": "An add-on for the Unity InputSystem package that adds special bindings for Rock Band and Guitar Hero peripherals, such as guitars and drums.", "unity": "2019.4",