Skip to content

Commit

Permalink
[skip ci] docs: Update version numbers from 5.1.1 -> 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 24, 2021
1 parent 88b05b5 commit c816194
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.1.1
current_version = 5.1.2
commit = True
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}

Expand Down
2 changes: 1 addition & 1 deletion Common/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Common : MonoBehaviour
/// <summary>
/// The SDK version.
/// </summary>
public const string Version = "watson-apis-unity-sdk-5.1.1";
public const string Version = "watson-apis-unity-sdk-5.1.2";
/// <summary>
/// Tracking for onboarding.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 5.1.1
PROJECT_NUMBER = 5.1.2

# 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
Expand Down

0 comments on commit c816194

Please sign in to comment.