Skip to content

Commit 2482641

Browse files
committed
Bump UI and Plugin versions
1 parent 9e6542b commit 2482641

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Plugin/ofio.v.version.ms

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-- Description: version global holder
22

3-
global ofioVersion = "1.0.0"
3+
global ofioVersion = "1.1.0"

UI/Updater.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace AnimKit.UI
1010
{
1111
internal static class Updater
1212
{
13-
public static Version CurrentVersion { get; } = new(1, 0, 3);
13+
public static Version CurrentVersion { get; } = new(1, 1, 0);
1414

1515
public static Version ActualVersion => Utils.ActualVersions.UI;
1616

VERSIONS.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"UI": "1.0.3",
2+
"UI": "1.1.0",
33
"CLI": "1.0.0",
4-
"Plugin": "1.0.0"
4+
"Plugin": "1.1.0"
55
}

0 commit comments

Comments
 (0)