Skip to content

Commit a9dfdb4

Browse files
Release 0.5.11
1 parent 86eafd0 commit a9dfdb4

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.11] - 2024-07-19
11+
1012
### Fixed
1113

1214
- Fix public and guild pins not being loaded from player save (duh).
@@ -169,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169171

170172
- Initial release.
171173

172-
[unreleased]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.10...HEAD
174+
[unreleased]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.11...HEAD
175+
[0.5.11]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.10...0.5.11
173176
[0.5.10]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.9...0.5.10
174177
[0.5.9]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.8...0.5.9
175178
[0.5.8]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.7...0.5.8

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ In other words:
142142
- **[Prerequisites]**
143143
- Install [**BepInExPack Valheim**](https://thunderstore.io/c/valheim/p/denikson/BepInExPack_Valheim/).
144144
- Install [**Jötunn, the Valheim Library**](https://thunderstore.io/c/valheim/p/ValheimModding/Jotunn/).
145-
- Download [nbusseneau-Better_Cartography_Table-0.5.10.zip](https://github.com/nbusseneau/BetterCartographyTable/releases/latest/download/nbusseneau-Better_Cartography_Table-0.5.10.zip).
145+
- Download [nbusseneau-Better_Cartography_Table-0.5.11.zip](https://github.com/nbusseneau/BetterCartographyTable/releases/latest/download/nbusseneau-Better_Cartography_Table-0.5.11.zip).
146146
- Extract the archive and move everything to your `BepInEx/plugins/` directory. It should look like this:
147147
```
148148
BepInEx/

src/BetterCartographyTable.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>0.5.10</Version>
3+
<Version>0.5.11</Version>
44
<TargetFramework>net481</TargetFramework>
55
<LangVersion>12.0</LangVersion>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

src/Plugin.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Plugin : BaseUnityPlugin
1818
{
1919
internal const string ModGUID = "nbusseneau.BetterCartographyTable";
2020
private const string ModName = "BetterCartographyTable";
21-
private const string ModVersion = "0.5.10";
21+
private const string ModVersion = "0.5.11";
2222

2323
private static ConfigEntry<SharingMode> s_mapExplorationSharingMode;
2424
private static ConfigEntry<KeyCode> s_modifierKey;

thunderstore.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schemaVersion = "0.0.1"
55
[package]
66
namespace = "nbusseneau"
77
name = "Better_Cartography_Table"
8-
versionNumber = "0.5.10"
8+
versionNumber = "0.5.11"
99
description = "Allows precise control over sharing pins and map exploration via cartography tables. Supports private pins, public pins, and guild pins. Supports NoMap runs, giving cartography tables a purpose in NoMap. Translations available."
1010
websiteUrl = "https://github.com/nbusseneau/BetterCartographyTable"
1111
containsNsfwContent = false

0 commit comments

Comments
 (0)