diff --git a/SVRichPresence/CHANGELOG.md b/SVRichPresence/CHANGELOG.md index 6954a61..94115df 100644 --- a/SVRichPresence/CHANGELOG.md +++ b/SVRichPresence/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.3.0] - 2019-12-05 ### Added - Added a check for Android, which will cancel mod initialization. @@ -104,7 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Removed Discord event handlers due to them not triggering. -[Unreleased]: https://github.com/FayneAldan/SVRichPresence/compare/2.3.0-beta1...HEAD +[Unreleased]: https://github.com/FayneAldan/SVRichPresence/compare/v2.3.0...HEAD +[2.3.0]: https://github.com/FayneAldan/SVRichPresence/compare/2.3.0-beta1...v2.3.0 [2.3.0-beta1]: https://github.com/FayneAldan/SVRichPresence/compare/2.2.2...2.3.0-beta1 [2.2.2]: https://github.com/FayneAldan/SVRichPresence/compare/2.2.1...2.2.2 [2.2.1]: https://github.com/FayneAldan/SVRichPresence/compare/2.2.0...2.2.1 diff --git a/SVRichPresence/Properties/AssemblyInfo.cs b/SVRichPresence/Properties/AssemblyInfo.cs index 8a7cc97..1aab552 100644 --- a/SVRichPresence/Properties/AssemblyInfo.cs +++ b/SVRichPresence/Properties/AssemblyInfo.cs @@ -15,7 +15,7 @@ [assembly: Guid("09756636-fa49-4706-8951-4aeb7ccca411")] -[assembly: AssemblyVersion("2.3.0.0")] -[assembly: AssemblyFileVersion("2.3.0.0")] +[assembly: AssemblyVersion("2.3.0.1")] +[assembly: AssemblyFileVersion("2.3.0.1")] [assembly: NeutralResourcesLanguage("en-US")] diff --git a/SVRichPresence/manifest.json b/SVRichPresence/manifest.json index 4dbc320..e78efb9 100644 --- a/SVRichPresence/manifest.json +++ b/SVRichPresence/manifest.json @@ -1,7 +1,7 @@ { "Name": "Rich Presence", "Author": "Fayne Aldan", - "Version": "2.3.0-beta1", + "Version": "2.3.0", "Description": "Shows your in-game state on your Discord profile.", "UniqueID": "FayneAldan.RichPresence", "EntryDll": "SVRichPresence.dll",