1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-12 14:34:08 +02:00

Release 1.15.2

This commit is contained in:
chylex 2018-07-27 22:13:16 +02:00
parent a951c3a7c9
commit 0881328636
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
using CefSharp;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using System.Windows.Forms;
using TweetDuck.Core.Other;

View File

@ -19,7 +19,7 @@ static class Program{
public const string BrandName = "TweetDuck";
public const string Website = "https://tweetduck.chylex.com";
public const string VersionTag = "1.15.1";
public const string VersionTag = "1.15.2";
public static readonly string ProgramPath = AppDomain.CurrentDomain.BaseDirectory;
public static readonly bool IsPortable = File.Exists(Path.Combine(ProgramPath, "makeportable"));