Skip to content

Commit df44620

Browse files
committed
u3d: prepare for version 1.0.0
1 parent 33716e0 commit df44620

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
future-release=v1.0.0.rc1
1+
future-release=v1.0.0
22
since-tag=v0.9
33
exclude_tags_regex=v0\.[0-8]\..*
44
exclude-labels=nochangelog

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 (1.0.0.rc1)
4+
u3d (1.0.0)
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 = '1.0.0.rc1'.freeze
24+
VERSION = '1.0.0'.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)