diff --git a/.github_changelog_generator b/.github_changelog_generator index 404f609c..0060a4ca 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v1.1.0 +future-release=v1.1.1 since-tag=v0.9 exclude_tags_regex=v0\.[0-8]\..* exclude-labels=nochangelog,question diff --git a/Gemfile.lock b/Gemfile.lock index b754b537..8c33489b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - u3d (1.1.0) + u3d (1.1.1) colored (>= 1.2, < 2.0.0) commander (>= 4.4.0, < 5.0.0) file-tail (>= 1.2.0) @@ -25,7 +25,7 @@ GEM byebug (10.0.2) coderay (1.1.2) colored (1.2) - commander (4.4.4) + commander (4.4.5) highline (~> 1.7.2) concurrent-ruby (1.0.5) coveralls (0.8.21) diff --git a/lib/u3d/version.rb b/lib/u3d/version.rb index 631dc7fb..15a4543b 100644 --- a/lib/u3d/version.rb +++ b/lib/u3d/version.rb @@ -21,7 +21,7 @@ ## --- END LICENSE BLOCK --- module U3d - VERSION = '1.1.0'.freeze + VERSION = '1.1.1'.freeze DESCRIPTION = 'Provides numerous tools for installing, managing and running the Unity game engine from command line.'.freeze UNITY_VERSIONS_NOTE = "Unity uses the following version formatting: 0.0.0x0. The \'x\' can takes different values:\n"\ "\t. 'f' are the main release candidates for Unity\n"\