Skip to content

Commit

Permalink
release 0.6.1, fixed click credentials option to appear in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
FerrisSandCanyon committed Apr 26, 2020
1 parent b78e266 commit 4e16e1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 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.0</td></tr>
<tr><td><b>Latest Release</b></td><td>0.6.1</td></tr>
<tr><td><b>License</b></td><td>???</td></tr>
</table>

Expand Down
2 changes: 0 additions & 2 deletions owl/Forms/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ private void FormMain_Load(object sender, EventArgs e)
ddManageCooldownCustom.Visible = false;

ddAccountImportSAGGC.Visible = false;

ddManageLoginClickCreds.Visible = false;
#endif

this.title_fallback = this.Text;
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 = 0,
vPatch = 1,
vProfileFormat = 1;

public static readonly string verStr = $"{vMajor.ToString()}.{vMinor.ToString()}.{vPatch.ToString()}",
Expand Down
6 changes: 3 additions & 3 deletions update_info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vMajor":0,
"vMinor":6,
"vPatch":0,
"dlLink":"https://github.com/FerrisSandCanyon/OWL/releases/tag/0.6.0",
"desc":"Added Click login method, custom login method for the ctrl + f shortcut key, added ctrl + o shortcut key to open the steam url, other improvements."
"vPatch":1,
"dlLink":"https://github.com/FerrisSandCanyon/OWL/releases/tag/0.6.1",
"desc":"FIX: forgot to re enable click credentials option in release mode | Added Click login method, custom login method for the ctrl + f shortcut key, added ctrl + o shortcut key to open the steam url, other improvements."
}

0 comments on commit 4e16e1e

Please sign in to comment.