bump versions for release.

This commit is contained in:
Charles Lowell 2012-04-19 11:16:38 -05:00
parent 5aaaa7edae
commit 244b2de1ec
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
module Jenkins
class Plugin
module Runtime
VERSION = "0.2.1"
VERSION = "0.2.2"
end
end
end

View File

@ -1,6 +1,6 @@
module Jenkins
class Plugin
VERSION = "0.3.5"
VERSION = "0.3.6"
RUNTIME_VERSION_DEPENDENCY = "0.2.0"
end
end