diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a72640a..6e64d0c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -102,7 +102,7 @@ body: attributes: label: Mod Version description: What version of the mod are you using (version or branch)? - value: "v0.2.0" # x-release-please-version + value: "v0.2.1" # x-release-please-version validations: required: true - type: textarea diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6c28b67..6306501 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9206133..896e87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/Xenira/TechtonicaVR/compare/v0.2.0...v0.2.1) (2023-12-21) + + +### 📝 Documentation + +* **readme:** add initial thunderstore ref ([#40](https://github.com/Xenira/TechtonicaVR/issues/40)) ([1e65301](https://github.com/Xenira/TechtonicaVR/commit/1e65301b8f904c18c91dfae835aebd8797820937)) + ## [0.2.0](https://github.com/Xenira/TechtonicaVR/compare/v0.1.0...v0.2.0) (2023-12-21) diff --git a/README.adoc b/README.adoc index 358f030..6426451 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Techtonica VR Mod // x-release-please-start-version -v.0.2.0 +v.0.2.1 // x-release-please-end :toclevels: 2 :sectnums: diff --git a/manifest.json b/manifest.json index 90557bd..fa3f433 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "TechtonicaVR", - "version_number": "0.2.0", + "version_number": "0.2.1", "website_url": "https://github.com/Xenira/TechtonicaVR", "description": "VR Mod for Techtonica", "dependencies": [] diff --git a/plugin/TechtonicaVr.csproj b/plugin/TechtonicaVr.csproj index 45ac149..2baa750 100644 --- a/plugin/TechtonicaVr.csproj +++ b/plugin/TechtonicaVr.csproj @@ -4,7 +4,7 @@ netstandard2.1 techtonica_vr Techtonica VR - 0.2.0 + 0.2.1 true latest