From 2211e535b87b3bb771f312bbab3efd7661024430 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Nov 2019 19:39:40 +0000 Subject: [PATCH] [skip ci] docs: Update version numbers from 1.0.0 -> 1.1.0 --- .bumpversion.cfg | 2 +- Utilities/Constants.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f3c6f90..9162d54 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 commit = True message = [skip ci] docs: Update version numbers from {current_version} -> {new_version} diff --git a/Utilities/Constants.cs b/Utilities/Constants.cs index 3be0cc8..e1dd531 100644 --- a/Utilities/Constants.cs +++ b/Utilities/Constants.cs @@ -55,7 +55,7 @@ public static class String /// /// The version of the Unity SDK Core /// - public const string CORE_VERSION = "v1.0.0"; + public const string CORE_VERSION = "v1.1.0"; } ///