Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Feb 20, 2024
1 parent 93e708d commit 59428c1
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.15.1";
public const string Version = "2.16.0";

#if IPA
public override string Name { get { return _name; } }
Expand Down
2 changes: 1 addition & 1 deletion VideoExport.Core/VideoExport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class VideoExport : GenericPlugin
, IEnhancedPlugin
#endif
{
public const string Version = "1.2.6";
public const string Version = "1.3.0";
public const string GUID = "com.joan6694.illusionplugins.videoexport";
public const string Name = "VideoExport";

Expand Down

0 comments on commit 59428c1

Please sign in to comment.