Skip to content

Commit

Permalink
1.1.a release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Oct 19, 2010
1 parent eafe40d commit d40e52e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sinatra/base.rb
Expand Up @@ -7,7 +7,7 @@
require 'tilt'

module Sinatra
VERSION = '1.1.0'
VERSION = '1.1.a'

# The request object. See Rack::Request for more info:
# http://rack.rubyforge.org/doc/classes/Rack/Request.html
Expand Down
4 changes: 2 additions & 2 deletions sinatra.gemspec
Expand Up @@ -3,8 +3,8 @@ 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.1.0'
s.date = '2010-10-13'
s.version = '1.1.a'
s.date = '2010-10-19'

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

0 comments on commit d40e52e

Please sign in to comment.