Skip to content

Commit

Permalink
Update version for 0.5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMaster2 committed Dec 30, 2018
1 parent d7c5707 commit 014299d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.5.1.0")]
[assembly: AssemblyFileVersion("0.5.1.0")]
2 changes: 1 addition & 1 deletion VASL/VASLGrammar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace LiveSplit.VAS.VASL
{
[Language("VASL", "0.1", "Video Auto Split Language grammar")]
[Language("VASL", "0.5.1.0", "Video Auto Split Language grammar")]
public class VASLGrammar : Grammar
{
public VASLGrammar() : base(true)
Expand Down

0 comments on commit 014299d

Please sign in to comment.