We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a0fda commit 83374a0Copy full SHA for 83374a0
2 files changed
CHANGELOG.md
@@ -4,4 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [Unreleased]
8
+
9
+## [1.0.1] - 2021-12-25
10
+- Added DavidFDev folder to contain component and scriptable object in create menus.
11
12
+## [1.0.0] - 2021-12-18
13
+- Initial release.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "com.davidfdev.audio",
3
- "version": "1.0.0",
+ "version": "1.0.1",
"displayName": "Audio Solution by DavidFDev",
"description": "Seamlessly play audio clips, sound effects and music in Unity.",
"unity": "2019.1",
0 commit comments