File tree 4 files changed +4
-21
lines changed
4 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.2 .0
2
+ current_version = 3.4 .0
3
3
commit = True
4
4
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
5
5
Original file line number Diff line number Diff line change 1
- # [ 3.3 .0] ( https://github.com/watson-developer-cloud/unity-sdk/compare/v3.2 .0...v3.3 .0 ) (2019-07-25)
1
+ # [ 3.4 .0] ( https://github.com/watson-developer-cloud/unity-sdk/compare/v3.3 .0...v3.4 .0 ) (2019-07-25)
2
2
3
3
4
4
### Features
5
5
6
- * ** icp4d:** add support for icp4d ([ ba8044d] ( https://github.com/watson-developer-cloud/unity-sdk/commit/ba8044d ) )
7
6
* ** NaturalLanguageUnderstanding:** add examples for NaturalLanguageUnderstanding ([ 4bf9c54] ( https://github.com/watson-developer-cloud/unity-sdk/commit/4bf9c54 ) )
8
7
* ** regenerate:** updates for regular release 4 ([ 10c4529] ( https://github.com/watson-developer-cloud/unity-sdk/commit/10c4529 ) )
9
8
10
- # [ 3.3.0] ( https://github.com/watson-developer-cloud/unity-sdk/compare/v3.2.0...v3.3.0 ) (2019-07-19)
11
-
12
-
13
- ### Features
14
-
15
- * ** icp4d:** add support for icp4d ([ ba8044d] ( https://github.com/watson-developer-cloud/unity-sdk/commit/ba8044d ) )
16
- * ** NaturalLanguageUnderstanding:** add examples for NaturalLanguageUnderstanding ([ 4bf9c54] ( https://github.com/watson-developer-cloud/unity-sdk/commit/4bf9c54 ) )
17
-
18
- # [ 3.3.0] ( https://github.com/watson-developer-cloud/unity-sdk/compare/v3.2.0...v3.3.0 ) (2019-07-16)
19
-
20
-
21
- ### Features
22
-
23
- * ** icp4d:** add support for icp4d ([ ba8044d] ( https://github.com/watson-developer-cloud/unity-sdk/commit/ba8044d ) )
24
- * ** NaturalLanguageUnderstanding:** add examples for NaturalLanguageUnderstanding ([ 4bf9c54] ( https://github.com/watson-developer-cloud/unity-sdk/commit/4bf9c54 ) )
25
-
26
9
# [ 3.3.0] ( https://github.com/watson-developer-cloud/unity-sdk/compare/v3.2.0...v3.3.0 ) (2019-06-26)
27
10
28
11
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class Common : MonoBehaviour
26
26
/// <summary>
27
27
/// The SDK version.
28
28
/// </summary>
29
- public const string Version = "watson-apis-unity-sdk-3.2 .0" ;
29
+ public const string Version = "watson-apis-unity-sdk-3.4 .0" ;
30
30
/// <summary>
31
31
/// Tracking for onboarding.
32
32
/// </summary>
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "IBM Watson SDK for Unity"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 3.2 .0
41
+ PROJECT_NUMBER = 3.4 .0
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
You can’t perform that action at this time.
0 commit comments