Skip to content

Commit

Permalink
[skip ci] docs: Update version numbers from 0.1.0 -> 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 9, 2019
1 parent 7212f6c commit 12c0a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[bumpversion]
current_version = v0.1.0
current_version = 0.1.1
commit = True
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}

[bumpversion:file:Utilities/Constants.cs]
search = {current_version}
replace = {new_version}

2 changes: 1 addition & 1 deletion Utilities/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static class String
/// <summary>
/// The version of the Unity SDK Core
/// </summary>
public const string CORE_VERSION = "v0.1.0";
public const string CORE_VERSION = "v0.1.1";
}

/// <summary>
Expand Down

0 comments on commit 12c0a88

Please sign in to comment.