Skip to content

Commit 0d696f1

Browse files
committed
chore: bummped version
1 parent 15902d6 commit 0d696f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "IBM Watson SDK for Unity"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.10.0
41+
PROJECT_NUMBER = 2.11.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Scripts/Utilities/Constants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static class Path
4747
public static class String
4848
{
4949
/// <exclude />
50-
public const string Version = "watson-apis-unity-sdk/2.10.0";
50+
public const string Version = "watson-apis-unity-sdk/2.11.0";
5151
/// <exclude />
5252
public const string DebugDispalyQuality = "Quality: {0}";
5353
/// <summary>

0 commit comments

Comments
 (0)