Skip to content

Commit

Permalink
bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Aug 8, 2013
1 parent b1aa008 commit d3d34ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jenkins_api_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "jenkins_api_client"
s.version = "0.13.0"
s.version = "0.14.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kannan Manickam"]
s.date = "2013-08-04"
s.date = "2013-08-08"
s.description = "\nThis is a simple and easy-to-use Jenkins Api client with features focused on\nautomating Job configuration programaticaly and so forth"
s.email = ["[email protected]"]
s.executables = ["jenkinscli"]
Expand Down
2 changes: 1 addition & 1 deletion lib/jenkins_api_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Client
# Major version of the gem
MAJOR = 0
# Minor version of the gem
MINOR = 13
MINOR = 14
# Tiny version of the gem used for patches
TINY = 0
# Used for pre-releases
Expand Down

0 comments on commit d3d34ed

Please sign in to comment.