Skip to content

Commit

Permalink
Work boy
Browse files Browse the repository at this point in the history
  • Loading branch information
komputer3 committed Mar 17, 2023
1 parent b0d2ee9 commit 6d1d4e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MiniRoverInterfaceCs/Interface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace MiniRoverInterfaceCs
{
public partial class Interface : Form
{
public string ProgramVersion = @"0.1.2.3";
public string ProgramVersion = @"0.1.2.4";
public string RecieveString;
public string SendString;
public Thread RecieveThread;
Expand Down
4 changes: 2 additions & 2 deletions MiniRoverInterfaceCs/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.1.2.3")]
[assembly: AssemblyFileVersion("0.1.2.3")]
[assembly: AssemblyVersion("0.1.2.4")]
[assembly: AssemblyFileVersion("0.1.2.4")]
1 change: 1 addition & 0 deletions MiniRoverInterfaceCs/SerialRecieveSend.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Text;
using System.Windows.Forms;

namespace MiniRoverInterfaceCs
{
Expand Down

0 comments on commit 6d1d4e1

Please sign in to comment.