Skip to content

Commit

Permalink
Blackboard 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZorPastaman committed Jan 23, 2021
1 parent 036ca8b commit a8a8196
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.3.0] - 2021-01-23

### Added

- Multithreading support: different locks are added. The feature is optional and controlled
Expand Down Expand Up @@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Unity editor support.
- Tests.

[unreleased]: https://github.com/ZorPastaman/Simple-Blackboard/compare/v1.2.0...HEAD
[unreleased]: https://github.com/ZorPastaman/Simple-Blackboard/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/ZorPastaman/Simple-Blackboard/releases/tag/v1.3.0
[1.2.0]: https://github.com/ZorPastaman/Simple-Blackboard/releases/tag/v1.2.0
[1.1.0]: https://github.com/ZorPastaman/Simple-Blackboard/releases/tag/v1.1.0
[1.0.0]: https://github.com/ZorPastaman/Simple-Blackboard/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.zor.simple-blackboard",
"version": "1.2.0",
"version": "1.3.0",
"displayName": "Simple Blackboard",
"description": "Simple Blackboard for Unity is a flexible data storage that can contain any count of properties of any type. The properties can be accessed with property names.",
"unity": "2018.4",
Expand Down

0 comments on commit a8a8196

Please sign in to comment.