Skip to content

Commit

Permalink
Bump version to 0.12.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Apr 12, 2014
1 parent 2c366f0 commit d7a00f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/mailboxer/version.rb
@@ -0,0 +1,3 @@
module Mailboxer
VERSION = "0.12.0.rc1"
end
6 changes: 5 additions & 1 deletion mailboxer.gemspec
@@ -1,6 +1,10 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'mailboxer/version'

Gem::Specification.new do |s|
s.name = "mailboxer"
s.version = "0.11.0"
s.version = Mailboxer::VERSION

s.authors = ["Eduardo Casanova Cuesta"]
s.summary = "Messaging system for rails apps."
Expand Down

0 comments on commit d7a00f5

Please sign in to comment.