Skip to content

Commit e27ba09

Browse files
authored
Increment version number to 1.0.3
Hotfix for editor assembly definition.
1 parent 82c0340 commit e27ba09

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "com.kitbashery.modular-ai",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"displayName": "Modular AI",
55
"description": "Modular AI is an inspector based visual behaviour designer.",
66
"unity": "2021.3",
77
"unityRelease": "0f1",
88
"documentationUrl": "https://kitbashery.com/docs/modular-ai",
9-
"changelogUrl": "https://github.com/Kitbashery/Modular-AI/commits/main",
10-
"licensesUrl": "https://github.com/Kitbashery/Modular-AI/blob/main/LICENSE.md",
9+
"changelogUrl": "https://github.com/Kitbashery/Modular-AI/releases",
10+
"licensesUrl": "https://github.com/Kitbashery/Modular-AI/blob/main/LICENSE",
1111
"keywords": [
1212
"AI",
1313
"Behaviour",
@@ -20,10 +20,10 @@
2020
},
2121
"type": "tool",
2222
"samples": [
23-
{
24-
"displayName": "Demo Scene(s)",
25-
"description": "Modular AI Demo scenes.",
26-
"path": "Samples~/Demo"
27-
}
28-
]
29-
}
23+
{
24+
"displayName": "Demo Scene(s)",
25+
"description": "Modular AI Demo scenes.",
26+
"path": "Samples~/Demo"
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)