Skip to content

Commit

Permalink
Bump version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Niezborala committed Oct 29, 2024
1 parent fb0cadb commit 9db1b49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3.3
future-release=v1.3.4
since-tag=v0.9
exclude_tags_regex=v0\.[0-8]\..*
exclude-labels=nochangelog,question
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
u3d (1.3.3)
u3d (1.3.4)
colored (>= 1.2, < 2.0.0)
commander (>= 4.4.0, < 5.0.0)
fiddle
Expand Down Expand Up @@ -85,7 +85,7 @@ GEM
faraday-rack (1.0.0)
faraday-retry (1.0.3)
fiber-local (1.0.0)
fiddle (1.1.0)
fiddle (1.1.2)
file-tail (1.2.0)
tins (~> 1.0)
filesize (0.2.0)
Expand Down Expand Up @@ -113,7 +113,7 @@ GEM
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
plist (3.6.0)
plist (3.7.1)
protocol-hpack (1.4.2)
protocol-http (0.22.6)
protocol-http1 (0.14.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/u3d/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
## --- END LICENSE BLOCK ---

module U3d
VERSION = '1.3.3'
VERSION = '1.3.4'
DESCRIPTION = 'Provides numerous tools for installing, managing and running the Unity game engine from command line.'
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 9db1b49

Please sign in to comment.