Skip to content

Commit 93479c7

Browse files
committed
Bump version to 0.9.2
1 parent 1ab785f commit 93479c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
u3d (0.9.1)
4+
u3d (0.9.2)
55
colored (>= 1.2, < 2.0.0)
66
commander (>= 4.4.0, < 5.0.0)
77
file-tail (>= 1.2.0)

lib/u3d/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
## --- END LICENSE BLOCK ---
2222

2323
module U3d
24-
VERSION = '0.9.1'.freeze
24+
VERSION = '0.9.2'.freeze
2525
DESCRIPTION = 'Provides numerous tools for installing, managing and running the Unity3D game engine from command line.'.freeze
2626
UNITY_VERSIONS_NOTE = "Unity3d uses the following version formatting: 0.0.0x0. The \'x\' can takes different values:\n"\
2727
"\t. 'f' are the main release candidates for Unity3d\n"\

0 commit comments

Comments
 (0)