Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien-XL committed Apr 19, 2018
1 parent 503f986 commit d78ab35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GeeoSdk/GeeoSdk/HighLevel/Geeo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public sealed class Geeo : MonoSingleton<Geeo>
/// <summary>
/// Current Geeo SDK's version.
/// </summary>
public const string sdkVersion = "1.0";
public const string sdkVersion = "1.0.1";

// Geeo SDK's debug messages logging level
[SerializeField] private LogLevel logLevel = LogLevel.Verbose;
Expand Down
2 changes: 1 addition & 1 deletion UnityProject/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m_EditorVersion: 5.6.1f1
m_EditorVersion: 5.6.5f1

0 comments on commit d78ab35

Please sign in to comment.