diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8c05ece5f..f8e0e4d50 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = 3.1.0 commit = True message = [skip ci] docs: Update version numbers from {current_version} -> {new_version} @@ -8,4 +8,3 @@ message = [skip ci] docs: Update version numbers from {current_version} -> {new_ [bumpversion:file:Common/Common.cs] search = {current_version} replace = {new_version} - diff --git a/Common/Common.cs b/Common/Common.cs index da9cdc16f..5c74cc63f 100644 --- a/Common/Common.cs +++ b/Common/Common.cs @@ -26,7 +26,7 @@ public class Common : MonoBehaviour /// /// The SDK version. /// - public const string Version = "watson-apis-unity-sdk-3.0.0"; + public const string Version = "watson-apis-unity-sdk-3.1.0"; /// /// Tracking for onboarding. /// diff --git a/Doxyfile b/Doxyfile index 645f902cf..e96fec788 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "IBM Watson SDK for Unity" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.0.0 +PROJECT_NUMBER = 3.1.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a