Skip to content

Commit

Permalink
fix: SOC dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomikoski committed Jun 27, 2021
1 parent 367057d commit 19e86ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project 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).

## [0.0.7]
### Changed
- Fixed minimum version for SOC

## [0.0.6]
### Changed
- Fixed packages dependencies
Expand All @@ -26,5 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[0.0.1]: https://github.com/brunomikoski/UIManager/releases/tag/v0.0.1
[0.0.6]: https://github.com/brunomikoski/UIManager/releases/tag/v0.0.6
[0.0.6]: https://github.com/brunomikoski/UIManager/releases/tag/v0.0.7


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.brunomikoski.uimanager",
"displayName": "UI Manager",
"version": "0.0.6",
"version": "0.0.7",
"unity": "2018.4",
"description": "UI Manager",
"keywords": [
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"com.brunomikoski.animationsequencer": "0.1.6",
"com.brunomikoski.scriptableobjectcollection": "1.2.9"
"com.brunomikoski.scriptableobjectcollection": "1.6.3"
},
"type": "library"
}

0 comments on commit 19e86ae

Please sign in to comment.