diff --git a/.github_changelog_generator b/.github_changelog_generator index 0425511b..320d1e12 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v1.0.0beta10 +future-release=v1.0.0beta11 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 f925e180..d5055b82 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.0beta10"; + public static readonly string Version = "1.0.0beta11"; public static readonly string[] Authors = new string[] { "Przemysław Kamiński", diff --git a/DevelopmentTools/Rakefile b/DevelopmentTools/Rakefile index ad3cd2d3..967dd29f 100644 --- a/DevelopmentTools/Rakefile +++ b/DevelopmentTools/Rakefile @@ -67,7 +67,7 @@ end # DEPLOYMENT -artifact_targets = ['5.6.5f1', '2017.1.2f1'] +artifact_targets = ['5.6.5f1', '2017.1.2f1', '2017.2.1f1'] repository = 'uplift' owner = 'Dragonbox' diff --git a/README.md b/README.md index 71812e30..4613f192 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.0beta10-blue.svg) +![Version](https://img.shields.io/badge/version-1.0.0beta11-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.