Skip to content

Commit 43e9824

Browse files
committedAug 16, 2024
set version 1.0.1
1 parent 488ca73 commit 43e9824

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎Assets/Package/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
## [1.0.0] - 0000-00-00
3+
## [1.0.1]
4+
5+
### Fixed
6+
7+
- Recommended styles throwing exceptions when some of them have no label element created
8+
9+
## [1.0.0]
410

511
### Added
612

‎Assets/Package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.paps.unity-toolbar-extender-ui-toolkit",
33
"displayName": "Unity Toolbar Extender UI Toolkit",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"unity": "2022.2",
66
"description": "Unity Toolbar Extender UI Toolkit provides a simple way to customize Unity's main toolbar (where play buttons are) with UI Toolkit.",
77
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.