Skip to content

Commit 8c71205

Browse files
authored
Merge pull request #77 from watson-developer-cloud/update-changeLog
Update change log
2 parents e416005 + c47c87e commit 8c71205

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ Change Log
22
==========
33
## Version 0.4.0
44

5-
_2016-05-28_
5+
_2016-06-09_
66

77
* New: Added Tone Analyzer v3 abstraction
88
* New: Added Tradeoff Analytics abstraction
99
* New: Added Conversation abstraction
1010
* New: Added Visual Recognition v3 abstraction
1111
* Fix: Creating test project dynamically for Travis CL integration
1212
* Fix: Refactored Language Translation to Language Translator
13+
* Fix: Widget examples sprite references were disconnected
1314

1415
## Version 0.3.0
1516

Config.json.enc

0 Bytes
Binary file not shown.

Scripts/Utilities/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static class Resources
6666
public static class String
6767
{
6868
/// <exclude />
69-
public const string VERSION = "watson-developer-cloud-unity-sdk-0.3.0";
69+
public const string VERSION = "watson-developer-cloud-unity-sdk-0.4.0";
7070
/// <exclude />
7171
public const string DEBUG_DISPLAY_QUALITY = "Quality: {0}";
7272
}

0 commit comments

Comments
 (0)