Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Release 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chylex committed Jul 13, 2018
1 parent 41c8caa commit 90414ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
public const string VersionTag = "1.15.1";

public static readonly string ProgramPath = AppDomain.CurrentDomain.BaseDirectory;
public static readonly bool IsPortable = File.Exists(Path.Combine(ProgramPath, "makeportable"));
Expand Down
2 changes: 1 addition & 1 deletion video/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace TweetDuck.Video{
static class Program{
internal const string Version = "1.2.2.2";
internal const string Version = "1.3";

// referenced in VideoPlayer
// set by task manager -- public const int CODE_PROCESS_KILLED = 1;
Expand Down

0 comments on commit 90414ae

Please sign in to comment.