Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Commit 3eafb64

Browse files
committed
Update package version, add author
1 parent da6f217 commit 3eafb64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "com.chark.unity-scriptable-objects",
33
"displayName": "Unity Scriptable Objects",
4-
"version": "0.1.0",
4+
"author": {
5+
"name": "Chark",
6+
"url": "https://chark.io"
7+
},
8+
"version": "0.1.1",
59
"unity": "2019.4",
610
"description": "Provides Game Events and their respective listeners. Includes Mutable Scriptable Objects for injecting and using shared data.",
711
"samples": [

0 commit comments

Comments
 (0)