diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f2fe92..5f912098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ [Full Changelog](https://github.com/dennis/slipstream/compare/v0.4.1...main) - No more version specific init.lua. From this point and forward, Slipstream only reads init.lua - Event: Adds IRacingTrackPosition + - Adding ApplicationUpdate plugin to manage app install and auto updates using Squirrel.Windows + - Moved the init.lua default content to a resource ## [0.4.1](https://github.com/dennis/slipstream/releases/tag/v0.4.1) (2021-03-20) [Full Changelog](https://github.com/dennis/slipstream/compare/v0.4.0...v0.4.1) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 17d78c24..bdbd6502 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.4.1")] -[assembly: AssemblyFileVersion("0.4.1")] +[assembly: AssemblyVersion("0.5.0")] +[assembly: AssemblyFileVersion("0.5.0")] [assembly: InternalsVisibleTo("Slipstream.UnitTests")] \ No newline at end of file