Skip to content

Commit

Permalink
chore(master): release 0.2.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenira committed Mar 13, 2024
1 parent 98a35af commit 94d7e91
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 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]
- Game and Version; [e.g. Techtonica v0.2.0h]
- VR: [yes/no]
- Mod Version: 0.2.0 <!-- x-release-please-version -->
- Mod Version: 0.2.1 <!-- 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.0"
".": "0.2.1"
}
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.1](https://github.com/Xenira/TTIK/compare/v0.2.0...v0.2.1) (2024-03-13)


### 🐛 Bug Fixes

* **avatar:** adjust avatar base scale ([#17](https://github.com/Xenira/TTIK/issues/17)) ([98a35af](https://github.com/Xenira/TTIK/commit/98a35af840a25a2034aea2bffa0b691811832c31))

## [0.2.0](https://github.com/Xenira/TTIK/compare/v0.1.4...v0.2.0) (2024-03-11)


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 Inverse Kinematics (TTIK)
// x-release-please-start-version
v.0.2.0
v.0.2.1
// x-release-please-end
:toclevels: 2
:sectnums:
Expand Down Expand Up @@ -76,7 +76,7 @@ You can install the mod from https://thunderstore.io/c/techtonica/p/3_141/TTIK/[

=== TTIK Mod
// x-release-please-start-version
. Download the latest release (v0.2.0) of this mod from the https://github.com/{repo}/releases[Releases] page.
. Download the latest release (v0.2.1) of this mod from the https://github.com/{repo}/releases[Releases] page.
// x-release-please-end
. Extract the downloaded archive.
. Copy the `BepInEx` folder into the games 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": "TTIK",
"version_number": "0.2.0",
"version_number": "0.2.1",
"website_url": "https://github.com/Xenira/TTIK",
"description": "See VR player's movements",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion nuget/TTIKDefinitions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<requireLicenseAcceptance>false</requireLicenseAcceptance>

<version>0.2.0</version> <!-- x-release-please-version -->
<version>0.2.1</version> <!-- x-release-please-version -->

<id>$name$</id>
<title>$name$</title>
Expand Down
2 changes: 1 addition & 1 deletion plugin/TTIK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>ttik</AssemblyName>
<Product>Techtonica Inverse Kinematics</Product>
<Version>0.2.0</Version> <!-- x-release-please-version -->
<Version>0.2.1</Version> <!-- x-release-please-version -->
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestoreAdditionalProjectSources>
Expand Down

0 comments on commit 94d7e91

Please sign in to comment.