Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit bea92cd

Browse files
committed
changed version of program to be 0.2 to match the version file
1 parent 622847e commit bea92cd

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

BUILD/Word Find Solver.exe

0 Bytes
Binary file not shown.

SOURCE/Word Find Solver.suo

512 Bytes
Binary file not shown.

SOURCE/Word Find Solver/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public partial class Form1 : Form
1313
#region licensing
1414

1515
private const string AppTitle = "Word Find Solver";
16-
private const double AppVersion = 0.1;
16+
private const double AppVersion = 0.2;
1717
private const String HelpString = "";
1818

1919
private const String UpdatePath = "https://github.com/EvilSeven/Word-Find-Solver/zipball/master";

0 commit comments

Comments
 (0)