Skip to content

Commit

Permalink
Bump version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis committed Jan 4, 2021
1 parent c33d284 commit 32bb899
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## Next version
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.2.0...main)
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.3.0...main)

## [0.3.0](https://github.com/dennis/slipstream/releases/tag/v0.3.0) (2020-01-05)
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.2.0...v0.3.0)

**Improvements**
- Lua: Add event_to_json() function, that will convert a Slipstream event to a json string. Change debug.lua to use that, making it trivial.
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersionAttribute("0.2.0")]
[assembly: AssemblyInformationalVersionAttribute("0.3.0")]

0 comments on commit 32bb899

Please sign in to comment.