Skip to content

Commit

Permalink
chore(master): release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenira committed Dec 22, 2023
1 parent adce76e commit b2eaa54
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Steps to reproduce the behavior:
- OS: [e.g. Linux <Distro and Version>, Windows 10]
- Headset and Controllers: [e.g. Valve Index with Knuckles]
- Game Version; [e.g. 0.2.0h]
- Mod Version: 0.2.4 <!-- x-release-please-version -->
- Mod Version: 0.2.5 <!-- x-release-please-version -->

**Additional context**

Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.4"
".": "0.2.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.5](https://github.com/Xenira/TechtonicaVR/compare/v0.2.4...v0.2.5) (2023-12-22)


### 📝 Documentation

* add Tobey.UnityAudio information ([#50](https://github.com/Xenira/TechtonicaVR/issues/50)) ([adce76e](https://github.com/Xenira/TechtonicaVR/commit/adce76e27458a6ff7100d137c561e7f11c9b1ce8))

## [0.2.4](https://github.com/Xenira/TechtonicaVR/compare/v0.2.3...v0.2.4) (2023-12-22)


Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Techtonica VR Mod
// x-release-please-start-version
v.0.2.4
v.0.2.5
// x-release-please-end
:toclevels: 2
:sectnums:
Expand Down Expand Up @@ -57,7 +57,7 @@ You can install the mod from https://thunderstore.io/c/techtonica/p/3_141/Techto

=== VR Mod
// x-release-please-start-version
. Download the latest release (v0.2.4) of this mod from the https://github.com/{repo}/releases[Releases] page.
. Download the latest release (v0.2.5) of this mod from the https://github.com/{repo}/releases[Releases] page.
// x-release-please-end
. Extract the downloaded archive.
. Copy the `BepInEx` and `Techtonica_Data` folders to the `Techtonica` folder in `steamapps/common` directory.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TechtonicaVR",
"version_number": "0.2.4",
"version_number": "0.2.5",
"website_url": "https://github.com/Xenira/TechtonicaVR",
"description": "VR Mod for Techtonica",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion plugin/TechtonicaVr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>techtonica_vr</AssemblyName>
<Product>Techtonica VR</Product>
<Version>0.2.4</Version> <!-- x-release-please-version -->
<Version>0.2.5</Version> <!-- x-release-please-version -->
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestoreAdditionalProjectSources>
Expand Down

0 comments on commit b2eaa54

Please sign in to comment.