Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Aug 29, 2024
1 parent ae3d124 commit 49731e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core.PoseEditor/HSPE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ internal class HSPE : GenericPlugin
public const string GUID = "com.joan6694.illusionplugins.poseeditor";
internal const int saveVersion = 0;
#endif
public const string Version = "2.17.2";
public const string Version = "2.17.3";

#if IPA
public override string Name { get { return _name; } }
Expand Down
2 changes: 1 addition & 1 deletion Timeline.Core/Timeline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class Timeline : GenericPlugin
{
#region Constants
public const string Name = "Timeline";
public const string Version = "1.4.1";
public const string Version = "1.4.2";
public const string GUID = "com.joan6694.illusionplugins.timeline";
internal const string _ownerId = "Timeline";
#if KOIKATSU || AISHOUJO || HONEYSELECT2
Expand Down

0 comments on commit 49731e8

Please sign in to comment.