Skip to content

Commit

Permalink
Update version to 3.0.19-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
crashkonijn authored Oct 8, 2024
1 parent c6ec8a0 commit 3807e21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Package/Documentation/Introduction/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ V3 is currently stable, but still in beta because the docs are still those of v2
Add the package to your project using the package manager. Add the following URL to the package manager:

```
https://github.com/crashkonijn/GOAP.git?path=/Package#3.0.18-beta
https://github.com/crashkonijn/GOAP.git?path=/Package#3.0.19-beta
```

Alternatively install through [OpenUPM](https://openupm.com/packages/com.crashkonijn.goap/) or the [Unity Asset Store](https://assetstore.unity.com/packages/slug/252687).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public static string BasePath
}
}

public const string Version = "3.0.18-beta";
public const string Version = "3.0.19-beta";
}
}
2 changes: 1 addition & 1 deletion Package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.crashkonijn.goap",
"version": "3.0.18-beta",
"version": "3.0.19-beta",
"displayName": "Unity GOAP Framework",
"description": "A comprehensive, multi-threaded Goal Oriented Action Planning (GOAP) system for Unity, designed to facilitate complex AI behaviors in games.",
"unity": "2022.2",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Integrate GOAP into your Unity project using one of the following methods:
- **Unity Package Manager**:
Add the package via the package manager using this URL:
```
https://github.com/crashkonijn/GOAP.git?path=/Package#3.0.18-beta
https://github.com/crashkonijn/GOAP.git?path=/Package#3.0.19-beta
```

- **OpenUPM**:
Expand Down

0 comments on commit 3807e21

Please sign in to comment.