Skip to content

Commit

Permalink
release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FerrisSandCanyon committed Jun 4, 2020
1 parent 987bcc8 commit f710f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A multipurpose tool for managing Steam accounts
<table>
<tr><td><b>State</b></td><td>Beta</td></tr>
<tr><td><b>Latest Release</b></td><td>0.6.1</td></tr>
<tr><td><b>Latest Release</b></td><td>0.6.2</td></tr>
<tr><td><b>License</b></td><td>???</td></tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion owl/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static class Info
{
public static readonly int vMajor = 0,
vMinor = 6,
vPatch = 2,
vPatch = 3,
vProfileFormat = 1;

public static readonly string verStr = $"{vMajor.ToString()}.{vMinor.ToString()}.{vPatch.ToString()}",
Expand Down

0 comments on commit f710f2d

Please sign in to comment.