Version Bump 1.1.1

This commit is contained in:
Haoyu Qiu 2022-07-30 09:36:40 +08:00
parent 5bea4a85ed
commit 3afc110a58
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,8 @@ 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]
## [1.1.1] - 2022-07-30
### Fixed
- Slider min value for a bipolar parameter should be -1.
@ -20,3 +22,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.0.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.0
[1.1.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.1
[1.1.1]: https://github.com/timothyqiu/gdfxr/releases/tag/1.1.1

View File

@ -3,5 +3,5 @@
name="gdfxr"
description="A Godot plugin that ports sfxr, the popular program of choice to make retro sound effects for games."
author="Haoyu Qiu"
version="1.1"
version="1.1.1"
script="plugin.gd"