Skip to content

Commit

Permalink
Merge pull request #4 from Xenira/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 0.1.1
  • Loading branch information
Xenira committed Feb 10, 2024
2 parents 65336b8 + b5c3e75 commit 6ae0bfe
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 @@ -26,7 +26,7 @@ Steps to reproduce the behavior:
**Desktop (please complete the following information):**
- OS: [e.g. Linux <Distro and Version>, Windows 10]
- Game and Version; [e.g. Techtonica v0.2.0h]
- Mod Version: 0.1.0 <!-- x-release-please-version -->
- Mod Version: 0.1.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.1.0"
".": "0.1.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.1.1](https://github.com/Xenira/PiUtils/compare/v0.1.0...v0.1.1) (2024-02-10)


### 👷 Build System

* **nuget:** add striped lib to nuget ([65336b8](https://github.com/Xenira/PiUtils/commit/65336b8a65a7cb1c6486f9f07839c7959257ac97))

## 0.1.0 (2024-02-10)


Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Pi Utils
// x-release-please-start-version
v.0.1.0
v.0.1.1
// x-release-please-end
:toclevels: 2
:sectnums:
Expand Down Expand Up @@ -75,7 +75,7 @@ You can install the mod from https://thunderstore.io/c/techtonica/p/3_141/PiUtil

=== PiUtils Mod
// x-release-please-start-version
. Download the latest release (v0.1.0) of this mod from the https://github.com/{repo}/releases[Releases] page.
. Download the latest release (v0.1.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": "PiUtils",
"version_number": "0.1.0",
"version_number": "0.1.1",
"website_url": "https://github.com/Xenira/PiUtils",
"description": "Utility mod for my other mods",
"dependencies": []
Expand Down
2 changes: 1 addition & 1 deletion plugin/PiUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>pi_utils</AssemblyName>
<Product>Pi Utils</Product>
<Version>0.1.0</Version> <!-- x-release-please-version -->
<Version>0.1.1</Version> <!-- x-release-please-version -->
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestoreAdditionalProjectSources>
Expand Down

0 comments on commit 6ae0bfe

Please sign in to comment.