Skip to content

Commit c9d21bc

Browse files
author
Adam Sasine
authored
Merge pull request #10 from asasine/release/0.1.1
Upgraded version to 0.1.1
2 parents 3b8b695 + d1817e1 commit c9d21bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Runtime/BehaviorTree.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageId>BehaviorTree.NET</PackageId>
5-
<Version>0.0.1</Version>
5+
<Version>0.1.1</Version>
66
<Authors>asasine</Authors>
77
<Company>asasine</Company>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.asasine.behaviortree",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"displayName": "BehaviorTree.NET",
55
"description": "Behavior Trees for .NET and Unity",
66
"keywords": [

0 commit comments

Comments
 (0)