diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2fa78f35e..1f17f3d6f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.7.0 +current_version = 4.7.1 commit = True message = [skip ci] docs: Update version numbers from {current_version} -> {new_version} diff --git a/Common/Common.cs b/Common/Common.cs index 255ce19bf..69548327c 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-4.7.0"; + public const string Version = "watson-apis-unity-sdk-4.7.1"; /// /// Tracking for onboarding. /// diff --git a/Doxyfile b/Doxyfile index 99b8fc482..ee98b9474 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 = 4.7.0 +PROJECT_NUMBER = 4.7.1 # 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