From ce8686538d221c30a612ec8856e9ab20fdf2bf0c Mon Sep 17 00:00:00 2001 From: Nick Westerhausen <2317381+nwesterhausen@users.noreply.github.com> Date: Fri, 31 May 2024 10:16:59 -0400 Subject: [PATCH] chore: prepare release 2.2.1 --- Metadata/DiscordConnector-Nexus.readme | 2 +- Metadata/README.md | 7 +++++++ Metadata/manifest.json | 2 +- Metadata/thunderstore.toml | 2 +- README.md | 2 +- docs/changelog.md | 6 +++--- src/PluginInfo.cs | 2 +- 7 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Metadata/DiscordConnector-Nexus.readme b/Metadata/DiscordConnector-Nexus.readme index 8a831ff..2671ce2 100644 --- a/Metadata/DiscordConnector-Nexus.readme +++ b/Metadata/DiscordConnector-Nexus.readme @@ -1,4 +1,4 @@ -DISCORD CONNECTOR - 2.2.0 +DISCORD CONNECTOR - 2.2.1 Connect your Valheim server to a Discord Webhook. Works for both dedicated and client-hosted servers. (Visit the github repo for a how-to guide.) :: REQUIREMENTS :: diff --git a/Metadata/README.md b/Metadata/README.md index 7093c59..af32f57 100644 --- a/Metadata/README.md +++ b/Metadata/README.md @@ -34,6 +34,13 @@ See the [current roadmap](https://github.com/nwesterhausen/valheim-discordconnec ## Changelog +## Version 2.2.1 + +Features + +- Server New Day event and message (@jterrace) +- `%DAY_NUMBER%` variable replacement (@jterrace) + ## Version 2.2.0 Features diff --git a/Metadata/manifest.json b/Metadata/manifest.json index 4f3cd56..0ef9c34 100644 --- a/Metadata/manifest.json +++ b/Metadata/manifest.json @@ -1,6 +1,6 @@ { "name": "DiscordConnector", - "version_number": "2.2.0", + "version_number": "2.2.1", "website_url": "https://discordconnector.valheim.nwest.games/", "description": "Connects your Valheim server to a Discord webhook. Works for both dedicated and client-hosted servers.", "dependencies": [ diff --git a/Metadata/thunderstore.toml b/Metadata/thunderstore.toml index e05bf4e..88122b3 100644 --- a/Metadata/thunderstore.toml +++ b/Metadata/thunderstore.toml @@ -4,7 +4,7 @@ schemaVersion = "0.0.1" [package] namespace = "nwesterhausen" name = "DiscordConnector" -versionNumber = "2.2.0" +versionNumber = "2.2.1" description = "Connects your Valheim server to a Discord webhook. Works for both dedicated and client-hosted servers." websiteUrl = "https://discordconnector.valheim.nwest.games/" containsNsfwContent = false diff --git a/README.md b/README.md index eec33fa..741acc7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CodeQL](https://github.com/nwesterhausen/valheim-discordconnector/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/nwesterhausen/valheim-discordconnector/actions/workflows/codeql-analysis.yml) [![Build](https://github.com/nwesterhausen/valheim-discordconnector/actions/workflows/dotnet.yml/badge.svg)](https://github.com/nwesterhausen/valheim-discordconnector/actions/workflows/dotnet.yml) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/nwesterhausen/valheim-discordconnector?label=Github%20Release&style=flat&labelColor=%2332393F)](https://github.com/nwesterhausen/valheim-discordconnector/releases/latest) -[![Thunderstore.io](https://img.shields.io/badge/Thunderstore.io-2.2.0-%23375a7f?style=flat&labelColor=%2332393F)](https://valheim.thunderstore.io/package/nwesterhausen/DiscordConnector/) +[![Thunderstore.io](https://img.shields.io/badge/Thunderstore.io-2.2.1-%23375a7f?style=flat&labelColor=%2332393F)](https://valheim.thunderstore.io/package/nwesterhausen/DiscordConnector/) [![NexusMods](https://img.shields.io/badge/NexusMods-2.1.14-%23D98F40?style=flat&labelColor=%2332393F)](https://www.nexusmods.com/valheim/mods/1551/) ![Built against Valheim version](https://img.shields.io/badge/Built_against_Valheim-0.218.15-purple?style=flat&labelColor=%2332393F) diff --git a/docs/changelog.md b/docs/changelog.md index 247c2c0..97b1237 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,12 +2,12 @@ A full changelog of changes, dating all the way back to the first release. -## Version upcoming +## Version 2.2.1 Features -- Server New Day event and message -- `%DAY_NUMBER%` variable replacement +- Server New Day event and message (@jterrace) +- `%DAY_NUMBER%` variable replacement (@jterrace) ## Version 2.2.0 diff --git a/src/PluginInfo.cs b/src/PluginInfo.cs index 0f6fc5a..32e9454 100644 --- a/src/PluginInfo.cs +++ b/src/PluginInfo.cs @@ -16,7 +16,7 @@ internal static class PluginInfo { public const string PLUGIN_ID = "games.nwest.valheim.discordconnector"; public const string PLUGIN_NAME = "Valheim Discord Connector"; - public const string PLUGIN_VERSION = "2.2.0"; + public const string PLUGIN_VERSION = "2.2.1"; public const string PLUGIN_REPO_SHORT = "github: nwesterhausen/valheim-discordconnector"; public const string PLUGIN_AUTHOR = "Nicholas Westerhausen"; public const string SHORT_PLUGIN_ID = "discordconnector";