Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 0.2.1 #41

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/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)


Expand Down
2 changes: 1 addition & 1 deletion 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.0
v.0.2.1
// x-release-please-end
:toclevels: 2
:sectnums:
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.0",
"version_number": "0.2.1",
"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.0</Version> <!-- x-release-please-version -->
<Version>0.2.1</Version> <!-- x-release-please-version -->
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestoreAdditionalProjectSources>
Expand Down
Loading