Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use 1.0.a instead of 1.0p1
  • Loading branch information
jbarnette authored and rtomayko committed Jan 28, 2010
1 parent 942fcea commit 54f983d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sinatra/base.rb
Expand Up @@ -13,7 +13,7 @@
end

module Sinatra
VERSION = '1.0p1'
VERSION = '1.0.a'

# The request object. See Rack::Request for more info:
# http://rack.rubyforge.org/doc/classes/Rack/Request.html
Expand Down
2 changes: 1 addition & 1 deletion sinatra.gemspec
Expand Up @@ -3,7 +3,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=

s.name = 'sinatra'
s.version = '1.0p1'
s.version = '1.0.a'
s.date = '2010-01-28'

s.description = "Classy web-development dressed in a DSL"
Expand Down

0 comments on commit 54f983d

Please sign in to comment.