Skip to content

Commit 7b5d858

Browse files
[skip ci] docs: Update version numbers from 3.4.0 -> 3.4.1
1 parent 7282cf6 commit 7b5d858

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.4.0
2+
current_version = 3.4.1
33
commit = True
44
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
55

Diff for: Common/Common.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Common : MonoBehaviour
2626
/// <summary>
2727
/// The SDK version.
2828
/// </summary>
29-
public const string Version = "watson-apis-unity-sdk-3.4.0";
29+
public const string Version = "watson-apis-unity-sdk-3.4.1";
3030
/// <summary>
3131
/// Tracking for onboarding.
3232
/// </summary>

Diff for: Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "IBM Watson SDK for Unity"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.4.0
41+
PROJECT_NUMBER = 3.4.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)