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", 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.