Skip to content

Commit

Permalink
Version bump?
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fecheyr committed Sep 6, 2011
1 parent 0146b93 commit 33822dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actionwebservice.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.name = 'dps-actionwebservice'
s.summary = "Web service support for Action Pack."
s.description = %q{Adds WSDL/SOAP and XML-RPC web service support to Action Pack}
s.version = "3.1.0.#{Time.now.strftime('%Y%m%d%H%M%S')}"
s.version = "3.1.0"

s.author = "Laurence A. Lee, Leon Breedt, Kent Sibilev"
s.email = "rubyjedi@gmail.com, bitserf@gmail.com, ksibilev@yahoo.com"
Expand Down
6 changes: 3 additions & 3 deletions lib/action_web_service/version.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# encoding: UTF-8
module ActionWebService
module VERSION #:nodoc:
MAJOR = 2
MINOR = 3
TINY = 5
MAJOR = 3
MINOR = 1
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 33822dc

Please sign in to comment.