Skip to content

Commit

Permalink
[skip ci] docs: Update version numbers from 2.14.0 -> 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 4, 2019
1 parent 92ec630 commit 1d4a92c
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 = 2.14.0
current_version = 2.14.1
commit = True
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}

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 = 2.14.0
PROJECT_NUMBER = 2.14.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
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Utilities/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static class Path
public static class String
{
/// <exclude />
public const string Version = "watson-apis-unity-sdk-2.14.0";
public const string Version = "watson-apis-unity-sdk-2.14.1";
/// <exclude />
public const string DebugDispalyQuality = "Quality: {0}";
/// <summary>
Expand Down

0 comments on commit 1d4a92c

Please sign in to comment.