Up version for development

This commit is contained in:
Fabio Rehm 2013-12-20 11:56:14 -02:00
parent 27b87567a5
commit 50f4536ff7
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
## [0.5.2](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.1...master) (unreleased)
## [0.5.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.0...v0.5.1) (Dec 20, 2013) ## [0.5.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.0...v0.5.1) (Dec 20, 2013)
BUG FIXES: BUG FIXES:

View file

@ -31,7 +31,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
vagrant-cachier (0.5.1) vagrant-cachier (0.5.2.dev)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/

View file

@ -1,5 +1,5 @@
module VagrantPlugins module VagrantPlugins
module Cachier module Cachier
VERSION = "0.5.1" VERSION = "0.5.2.dev"
end end
end end