Skip to content

Commit cf66d37

Browse files
committed
updated changelog and useragent to 0.6.1
1 parent f54b763 commit cf66d37

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Change Log
22
==========
3+
## Version 0.6.1
4+
_2016-07-17_
5+
6+
* Fix: Updated documentation
7+
38
## Version 0.6.0
49

510
_2016-07-15_

Scripts/Utilities/Constants.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ public static class Path
3838
/// <summary>
3939
/// Cache folder to customize a parent folder for cache directory
4040
/// </summary>
41-
public static string CACHE_FOLDER = ""; //It needs to start with /
41+
public static string CACHE_FOLDER = ""; //It needs to start with /
4242
/// <summary>
4343
/// Log folder to customize a parent folder for logs
4444
/// </summary>
45-
public static string LOG_FOLDER = ""; //It needs to start with /
45+
public static string LOG_FOLDER = ""; //It needs to start with /
4646
}
4747

4848
/// <summary>
@@ -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.6.0";
69+
public const string VERSION = "watson-developer-cloud-unity-sdk-0.6.1";
7070
/// <exclude />
7171
public const string DEBUG_DISPLAY_QUALITY = "Quality: {0}";
7272
}

0 commit comments

Comments
 (0)