Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔀 Merge Develop into Main #4

Merged
merged 8 commits into from
Jul 19, 2023
Prev Previous commit
Next Next commit
🔖 Set release version to 3.2.1
  • Loading branch information
MaikEight committed Jun 5, 2023
commit 928c35b666ea3e780986b047393a15bf0c06f763
4 changes: 1 addition & 3 deletions ExaltAccountManager/FrmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
using System.Threading.Tasks;
using System.Diagnostics;
using MK_EAM_General_Services_Lib.General.Responses;
using System.Drawing.Text;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;

namespace ExaltAccountManager
{
public sealed partial class FrmMain : Form
{
public readonly Version version = new Version(3, 2, 0);
public readonly Version version = new Version(3, 2, 1);
public const string GITHUB_PROJECT_URL = "https://github.com/MaikEight/ExaltAccountManager";
public const string DISCORD_INVITE_URL = "https://discord.exalt-account-manager.eu";
public string API_BASE_URL { get; internal set; } = "https://api.exalt-account-manager.eu/";
Expand Down