Skip to content

Commit

Permalink
[skip ci] docs: Update version numbers from 2.13.0 -> 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 21, 2019
1 parent 26a9f04 commit add4051
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.13.0
current_version = 2.13.1
commit = True
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}

Expand All @@ -10,3 +10,4 @@ replace = {new_version}
[bumpversion:file:Scripts/Utilities/Constants.cs]
search = {current_version}
replace = {new_version}

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.13.0
PROJECT_NUMBER = 2.13.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.13.0";
public const string Version = "watson-apis-unity-sdk/2.13.1";
/// <exclude />
public const string DebugDispalyQuality = "Quality: {0}";
/// <summary>
Expand Down

0 comments on commit add4051

Please sign in to comment.