Skip to content

Commit

Permalink
CHANGE: Updated package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
VulpesSoftware committed Apr 7, 2023
1 parent 7558e49 commit c54589b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 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 package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.1.1] - 2023-04-08
### Changed
- Implemented the ability to use the MenuHandler as a singleton through the use of the 'VULPES_MENUS_SINGLETON' scripting define.

## [2.1.0] - 2023-04-06
### Added
- Added MenuStackSnapshot to allow for caching and restoring of particular screen stack states.
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.vulpes.menus",
"displayName": "Vulpes Menu Framework",
"version": "2.1.0",
"version": "2.1.1",
"unity": "2021.3",
"description": "The Vulpes Menu Framework is a Promise driven menu system that serves as a companion to Unity\u2019s built-in UI system.",
"keywords": [
Expand Down

0 comments on commit c54589b

Please sign in to comment.