Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
RexSimulator 3.1.1 -> 3.1.2
    * Timer speed fix
RexSimulatorGui 3.2.1 -> 3.3.0
    * Improve memory form performance when lots changes
    * Stepping over breakpoints works properly
    * Hard reset resets switches
    * Serial port bell quacks instead of beeping
  • Loading branch information
danoost committed Apr 15, 2019
1 parent b4d4493 commit 96e7a56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RexSimulator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,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("3.1.1")]
[assembly: AssemblyFileVersion("3.1.1")]
[assembly: AssemblyVersion("3.1.2")]
[assembly: AssemblyFileVersion("3.1.2")]
4 changes: 2 additions & 2 deletions RexSimulatorGui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,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("3.2.1")]
[assembly: AssemblyFileVersion("3.2.1")]
[assembly: AssemblyVersion("3.3.0")]
[assembly: AssemblyFileVersion("3.3.0")]

0 comments on commit 96e7a56

Please sign in to comment.