Skip to content

Commit

Permalink
Merge pull request #53 from DragonBox/release_1.0.0beta9
Browse files Browse the repository at this point in the history
Release 1.0.0beta9
  • Loading branch information
niezbop authored Feb 26, 2018
2 parents df2d1c9 + cdc3cc5 commit df14021
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Assets/Plugins/Editor/Uplift/About.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit df14021

Please sign in to comment.