Skip to content

Commit

Permalink
Version bump (1.1.6.beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed Feb 4, 2013
1 parent f870e35 commit 11dcee7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ You can manually add Spree to your Rails 3.2.x application. Add Spree to
your Gemfile.

```ruby
gem 'spree', '1.1.5'
gem 'spree', '1.1.6.beta'
```

Update your bundle
Expand Down
2 changes: 1 addition & 1 deletion SPREE_VERSION
@@ -1 +1 @@
1.1.5
1.1.6.beta
2 changes: 1 addition & 1 deletion cmd/lib/spree_cmd/extension.rb
Expand Up @@ -51,7 +51,7 @@ def class_name
end

def spree_version
'1.1.5'
'1.1.6.beta'
end

def use_prefix(prefix)
Expand Down
2 changes: 1 addition & 1 deletion core/lib/spree/core/version.rb
@@ -1,5 +1,5 @@
module Spree
def self.version
"1.1.5"
"1.1.6.beta"
end
end

0 comments on commit 11dcee7

Please sign in to comment.