From 717133af67e78df33c96fc33a681385b0bea4bfe Mon Sep 17 00:00:00 2001 From: Paul Niezborala Date: Mon, 26 Feb 2018 18:29:44 +0100 Subject: [PATCH 1/2] Bump version to 1.0.0beta9 --- .github_changelog_generator | 2 +- Assets/Plugins/Editor/Uplift/About.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index bf35d6bc..61a66eda 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v1.0.0beta8 +future-release=v1.0.0beta9 since-tag=v1.0.0beta1 exclude_tags_regex=v0\.[0-8]\..* exclude-labels=nochangelog diff --git a/Assets/Plugins/Editor/Uplift/About.cs b/Assets/Plugins/Editor/Uplift/About.cs index 81e164f0..bfafa3f3 100644 --- a/Assets/Plugins/Editor/Uplift/About.cs +++ b/Assets/Plugins/Editor/Uplift/About.cs @@ -26,7 +26,7 @@ namespace Uplift { internal static class About { - public static readonly string Version = "1.0.0beta8"; + public static readonly string Version = "1.0.0beta9"; public static readonly string[] Authors = new string[] { "Przemysław Kamiński", From cdc3cc5102449980eccbddb55c2ded7ce7739e53 Mon Sep 17 00:00:00 2001 From: Paul Niezborala Date: Mon, 26 Feb 2018 18:30:43 +0100 Subject: [PATCH 2/2] Preparing release for 1.0.0beta9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a544ce1b..bed8881f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # UPLIFT [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/DragonBox/uplift/blob/master/LICENSE) -![Version](https://img.shields.io/badge/version-1.0.0beta8-blue.svg) +![Version](https://img.shields.io/badge/version-1.0.0beta9-blue.svg) Uplift is a __package manager__ for the [Unity](https://unity3d.com/) game engine, built in __C#__, that provides a standard format for distributing Unity3d assets, and is designed to easily manage the installation of assets into your projects.