Skip to content

Commit

Permalink
Bumping the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Mar 1, 2011
1 parent 4263af5 commit b5de68f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vanilla (1.13.1)
vanilla (1.13.2)
BlueCloth (>= 1.0.0)
RedCloth (>= 4.1.1)
haml
Expand Down
2 changes: 1 addition & 1 deletion lib/vanilla.rb
@@ -1,7 +1,7 @@
require 'vanilla/app'

module Vanilla
VERSION = "1.13.1"
VERSION = "1.13.2"
end

# Load all the other renderer subclasses
Expand Down
2 changes: 1 addition & 1 deletion vanilla.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{vanilla}
s.version = "1.13.1"
s.version = "1.13.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Adam"]
Expand Down

0 comments on commit b5de68f

Please sign in to comment.