Skip to content

Commit f8667bd

Browse files
committed
Fixed version number
1 parent 9239add commit f8667bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "co.northplay.nonnull",
33
"displayName": "NonNull attribute",
4-
"version": "1.0",
4+
"version": "1.0.0",
55
"unity": "2018.1",
66
"description": "Includes the [NonNull] attribute for fields or classes, which allows visual indication in the editor that a reference is unassigned, and errors when starting the game or building the player. Also includes [AllowsNull] for fields in [NonNull] classes that can be unassigned.",
77
"keywords": ["attribute", "null", "nonnull", "editor"],

0 commit comments

Comments
 (0)