Skip to content

Commit 82a7432

Browse files
authored
Merge pull request #381 from crashkonijn/update-version-3.1.1
Update package version to 3.1.1
2 parents 85bcf71 + bddb066 commit 82a7432

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Package/Documentation/Introduction/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Add the package to your project using the package manager. Add the following URL to the package manager:
1111

1212
```
13-
https://github.com/crashkonijn/GOAP.git?path=/Package#3.1.0
13+
https://github.com/crashkonijn/GOAP.git?path=/Package#3.1.1
1414
```
1515

1616
Alternatively install through [OpenUPM](https://openupm.com/packages/com.crashkonijn.goap/) or the [Unity Asset Store](https://assetstore.unity.com/packages/slug/252687).

Package/Editor/CrashKonijn.Goap.Editor/GoapEditorSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ public static string BasePath
1919
}
2020
}
2121

22-
public const string Version = "3.1.0";
22+
public const string Version = "3.1.1";
2323
}
2424
}

Package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.crashkonijn.goap",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"displayName": "CrashKonijn's GOAP",
55
"description": "A comprehensive, multi-threaded Goal Oriented Action Planning (GOAP) system, designed to facilitate complex AI behaviors in games.",
66
"unity": "2022.3",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Integrate GOAP into your Unity project using one of the following methods:
3030
- **Unity Package Manager**:
3131
Add the package via the package manager using this URL:
3232
```
33-
https://github.com/crashkonijn/GOAP.git?path=/Package#3.1.0
33+
https://github.com/crashkonijn/GOAP.git?path=/Package#3.1.1
3434
```
3535

3636
- **OpenUPM**:

0 commit comments

Comments
 (0)