File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.13.0
2
+ current_version = 2.13.1
3
3
commit = True
4
4
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
5
5
@@ -10,3 +10,4 @@ replace = {new_version}
10
10
[bumpversion:file:Scripts/Utilities/Constants.cs]
11
11
search = {current_version}
12
12
replace = {new_version}
13
+
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "IBM Watson SDK for Unity"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 2.13.0
41
+ PROJECT_NUMBER = 2.13.1
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public static class Path
47
47
public static class String
48
48
{
49
49
/// <exclude />
50
- public const string Version = "watson-apis-unity-sdk/2.13.0 " ;
50
+ public const string Version = "watson-apis-unity-sdk/2.13.1 " ;
51
51
/// <exclude />
52
52
public const string DebugDispalyQuality = "Quality: {0}" ;
53
53
/// <summary>
You can’t perform that action at this time.
0 commit comments