Skip to content

Commit a3597f2

Browse files
committed
Merge branch 'main' into feature/support-contravariance
2 parents 0bbb716 + 44a84ce commit a3597f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ body:
1212
- type: textarea
1313
id: feature-description
1414
attributes:
15-
label: Feature destription
15+
label: Feature description
1616
validations:
17-
required: true
17+
required: true

.github/ISSUE_TEMPLATE/improvement-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ body:
1212
- type: textarea
1313
id: improvement-description
1414
attributes:
15-
label: Improvement destription
15+
label: Improvement description
1616
validations:
17-
required: true
17+
required: true

Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.mackysoft.serializereference-extensions",
33
"displayName": "SerializeReference Extensions",
44
"author": { "name": "MackySoft", "url": "https://github.com/mackysoft" },
5-
"version": "1.4.0",
5+
"version": "1.5.0",
66
"unity": "2021.3",
77
"description": "Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.",
88
"keywords": [ "SerializeReference", "Editor" ],

0 commit comments

Comments
 (0)