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 5c2f29f commit d9aa7a3Copy full SHA for d9aa7a3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [1.1.1] - 2020-08-19
4
+
5
+### Fixed
6
+- Null reference exceptions
7
8
## [1.1.0] - 2020-08-01
9
10
### Added
package.json
@@ -1,7 +1,7 @@
{
"name": "net.tnrd.safeevent",
"displayName": "Safe Event",
- "version": "1.0.1",
+ "version": "1.1.1",
"unity": "2019.1",
"description": "An event class that has extra checks to help prevent mistakes",
"keywords": [
0 commit comments