Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejPetrzilka authored Nov 10, 2019
1 parent d604dee commit 728a9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "entity-inspector-extension",
"displayName": "Entity Inspector Extension",
"version": "0.1.0-preview",
"version": "0.1.1-preview",
"unity": "2019.1",
"unityRelease": "0f1",
"description": "Adds support for writing custom Entity component inspectors. Add method 'void OnEditorGUI(string label)' to your component or create new class implementing 'IComponentEditor<T>' where T is component type.",
Expand Down

0 comments on commit 728a9bd

Please sign in to comment.