Skip to content

Commit

Permalink
Increment version number to 1.0.3
Browse files Browse the repository at this point in the history
Hotfix for editor assembly definition.
  • Loading branch information
TolinSimpson authored Dec 30, 2022
1 parent 82c0340 commit e27ba09
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "com.kitbashery.modular-ai",
"version": "2.0.2",
"version": "2.0.3",
"displayName": "Modular AI",
"description": "Modular AI is an inspector based visual behaviour designer.",
"unity": "2021.3",
"unityRelease": "0f1",
"documentationUrl": "https://kitbashery.com/docs/modular-ai",
"changelogUrl": "https://github.com/Kitbashery/Modular-AI/commits/main",
"licensesUrl": "https://github.com/Kitbashery/Modular-AI/blob/main/LICENSE.md",
"changelogUrl": "https://github.com/Kitbashery/Modular-AI/releases",
"licensesUrl": "https://github.com/Kitbashery/Modular-AI/blob/main/LICENSE",
"keywords": [
"AI",
"Behaviour",
Expand All @@ -20,10 +20,10 @@
},
"type": "tool",
"samples": [
{
"displayName": "Demo Scene(s)",
"description": "Modular AI Demo scenes.",
"path": "Samples~/Demo"
}
]
}
{
"displayName": "Demo Scene(s)",
"description": "Modular AI Demo scenes.",
"path": "Samples~/Demo"
}
]
}

1 comment on commit e27ba09

@TolinSimpson
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*incremented to 2.0.3

Please sign in to comment.