Skip to content

Commit

Permalink
chore: prepare for v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyvion committed May 4, 2024
1 parent 5cf2f3f commit 7624243
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/mod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<RootNamespace>RealisticOrbitalTrade</RootNamespace>
<AssemblyName>RealisticOrbitalTrade</AssemblyName>
<VersionPrefix>0.1.1</VersionPrefix>
<VersionPrefix>0.2.0</VersionPrefix>

<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Expand Down
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Mod compatibility is probably generally good, but there might be issues with mod

&lt;size=24&gt;Version&lt;/size&gt;

This is version 0.1.1 for RimWorld 1.5 and 1.4
This is version 0.2.0 for RimWorld 1.5 and 1.4
</description>
<supportedVersions>
<li>1.5</li>
Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>ilyvion.RealisticOrbitalTrade</identifier>
<version>0.1.1</version>
<version>0.2.0</version>
<dependencies>
<li>brrainz.harmony</li>
<li>Ludeon.RimWorld.Royalty</li>
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2024-05-04

### Added

- Support for RimWorld 1.4
Expand All @@ -27,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First implementation of the mod.

[Unreleased]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.1.1...v0.1.1
[Unreleased]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/ilyvion/realistic-orbital-trade/releases/tag/v0.1.0

0 comments on commit 7624243

Please sign in to comment.