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 af1526f commit e788aa6Copy full SHA for e788aa6
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## [1.1.2] - 2020-08-23
4
+
5
+###Added
6
+- Hiding warning 162 with pragma
7
8
+###Updated
9
+- var to explicit type
10
+- author name to TNRD
11
12
## [1.1.1] - 2020-08-19
13
14
### Fixed
package.json
@@ -1,7 +1,7 @@
{
"name": "net.tnrd.safeevent",
"displayName": "Safe Event",
- "version": "1.1.1",
+ "version": "1.1.2",
"unity": "2019.1",
"description": "An event class that has extra checks to help prevent mistakes",
"keywords": [
@@ -17,7 +17,7 @@
17
"issues"
18
],
19
"author": {
20
- "name": "Christiaan Bloemendaal",
+ "name": "TNRD",
21
"email": "[email protected]",
22
"url": "https://www.tnrd.net"
23
},
0 commit comments