Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Jul 12, 2018
1 parent bdaaafe commit 3cc3fd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.0
future-release=v1.1.1
since-tag=v0.9
exclude_tags_regex=v0\.[0-8]\..*
exclude-labels=nochangelog,question
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/u3d/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"\
Expand Down

0 comments on commit 3cc3fd6

Please sign in to comment.