From e668dea3e2279aeb16a0bac715ca4723be9d20f8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Apr 2019 19:29:19 +0000 Subject: [PATCH 1/2] [skip ci] docs: Update version numbers from 3.0.0 -> 3.1.0 --- .bumpversion.cfg | 2 +- Common/Common.cs | 2 +- Doxyfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8c05ece5f..8ac2c39bb 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} 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 From 0330079c595e911e05c13edc26bfad6e0bb806b6 Mon Sep 17 00:00:00 2001 From: Ajiemar Santiago Date: Fri, 14 Jun 2019 10:25:24 -0500 Subject: [PATCH 2/2] fix(Version): Manually bumpversion to 3.1.0 --- .bumpversion.cfg | 3 +-- Common/Common.cs | 2 +- Doxyfile | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8c05ece5f..ea8b7fd2d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = v3.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