Skip to content

Commit

Permalink
Updating to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrab committed Mar 24, 2021
1 parent 4cbf97f commit e586a79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit e586a79

Please sign in to comment.