diff --git a/.cz.toml b/.cz.toml index a7c49c6..5d912b5 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "2.0.0" +version = "2.0.1" bump_message = "chore(release): $current_version -> $new_version [skip-ci]" version_files = [ "VoiceMeeterPlugin/Properties/AssemblyInfo.cs", diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e940c6..a0a20f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v2.0.1 (2022-05-16) + +### Fix + +- give every icon the right color +- icons update again + ## [2.0.0](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/compare/v1.0.0...v2.0.0) (2022-04-04) diff --git a/LoupedeckPackage.yaml b/LoupedeckPackage.yaml index aee29b3..c98bc79 100644 --- a/LoupedeckPackage.yaml +++ b/LoupedeckPackage.yaml @@ -1,7 +1,7 @@ type: plugin4 name: 'VoiceMeeter' displayName: 'VoiceMeeter' -version: 2.0.0 +version: 2.0.1 author: XeroxDev copyright: Copyright (c) 2021 Dominic Ris diff --git a/VoiceMeeterPlugin/Properties/AssemblyInfo.cs b/VoiceMeeterPlugin/Properties/AssemblyInfo.cs index 15391c1..85605f7 100644 --- a/VoiceMeeterPlugin/Properties/AssemblyInfo.cs +++ b/VoiceMeeterPlugin/Properties/AssemblyInfo.cs @@ -30,4 +30,4 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyVersion("2.0.1")]