We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7212f6c commit 12c0a88Copy full SHA for 12c0a88
.bumpversion.cfg
@@ -1,8 +1,9 @@
1
[bumpversion]
2
-current_version = v0.1.0
+current_version = 0.1.1
3
commit = True
4
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
5
6
[bumpversion:file:Utilities/Constants.cs]
7
search = {current_version}
8
replace = {new_version}
9
+
Utilities/Constants.cs
@@ -55,7 +55,7 @@ public static class String
55
/// <summary>
56
/// The version of the Unity SDK Core
57
/// </summary>
58
- public const string CORE_VERSION = "v0.1.0";
+ public const string CORE_VERSION = "v0.1.1";
59
}
60
61
0 commit comments