We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab785f commit 93479c7Copy full SHA for 93479c7
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- u3d (0.9.1)
+ u3d (0.9.2)
5
colored (>= 1.2, < 2.0.0)
6
commander (>= 4.4.0, < 5.0.0)
7
file-tail (>= 1.2.0)
lib/u3d/version.rb
@@ -21,7 +21,7 @@
21
## --- END LICENSE BLOCK ---
22
23
module U3d
24
- VERSION = '0.9.1'.freeze
+ VERSION = '0.9.2'.freeze
25
DESCRIPTION = 'Provides numerous tools for installing, managing and running the Unity3D game engine from command line.'.freeze
26
UNITY_VERSIONS_NOTE = "Unity3d uses the following version formatting: 0.0.0x0. The \'x\' can takes different values:\n"\
27
"\t. 'f' are the main release candidates for Unity3d\n"\
0 commit comments