From 6d90f6668cf1defacb8dde08a89bd7dbfd5511d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Jun 2020 21:16:58 +0000 Subject: [PATCH] [skip ci] docs: Update version numbers from 1.2.0 -> 1.2.1 --- .bumpversion.cfg | 2 +- Utilities/Constants.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2074afa..8ca7a63 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.2.1 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 2947759..4dc697b 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.2.0"; + public const string CORE_VERSION = "v1.2.1"; } ///