We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d574ba commit d1cf678Copy full SHA for d1cf678
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.3.1] - 2021/06/28
9
+
10
+### Changed
11
12
+- [AddComponentMenu] attribute added to all behaviors
13
14
## [0.3.0] - 2021/06/09
15
16
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "com.zigurous.physics",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"displayName": "Zigurous Physics Utils",
"description": "The Physics Utils package contains physics-related scripts and utilities for Unity projects.",
"unity": "2019.4",
0 commit comments