Skip to content

Commit

Permalink
fix: Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomikoski committed May 12, 2022
1 parent 55e7247 commit 2ff996f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ 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.3.6]
- Fixed Unity 2021 support

## [0.3.5]
### Changed
- Fixed Unity 2021 support
- Fixed Infinite Loops not working with sequence, well its not fixed but I'm using the workaround described here: https://github.com/Demigiant/dotween/issues/92
- Exposed all the Steps/Actions changeable values as properties so they can be changed by code.
- Added new `TryGetStepAtIndex` and `TryGetActionAtIndex` to be able to get and manipulate values from code.
Expand Down Expand Up @@ -172,6 +173,7 @@ Thanks for all the [suggestions](https://github.com/brunomikoski/Animation-Seque
### Added
- First initial working version

[0.3.6]: https://github.com/brunomikoski/Animation-Sequencer/releases/tag/v0.3.6
[0.3.5]: https://github.com/brunomikoski/Animation-Sequencer/releases/tag/v0.3.5
[0.3.4]: https://github.com/brunomikoski/Animation-Sequencer/releases/tag/v0.3.4
[0.3.3]: https://github.com/brunomikoski/Animation-Sequencer/releases/tag/v0.3.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.brunomikoski.animationsequencer",
"displayName": "Animation Sequencer",
"version": "0.3.5",
"version": "0.3.6",
"unity": "2018.4",
"description": "Animation sequencer is a way to create complex animations of sequence of events by a friendly user interface. Requires DOTween v1.2.632",
"keywords": [
Expand Down

0 comments on commit 2ff996f

Please sign in to comment.