Skip to content

Commit d4b6d87

Browse files
committed
Fixes #135. Releasing v1.3.4
1 parent 60e153f commit d4b6d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ group :development do
1717
gem 'mechanize'
1818

1919
# build tool
20-
gem 'rake', '10.4.2'
20+
gem 'rake'
2121
gem 'yard'
2222

2323
# virtualization providers (for testing)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module VagrantPlugins
22
# Registration plugin to auto-register guests on `vagrant up`
33
module Registration
4-
VERSION = '1.3.3'
4+
VERSION = '1.3.4'
55
end
66
end

0 commit comments

Comments
 (0)