Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed May 16, 2012
1 parent 212cfaa commit c5d1431
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SPREE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
2 changes: 1 addition & 1 deletion cmd/lib/spree_cmd/extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def class_name
end

def spree_version
'1.1.0'
'1.1.1'
end

def use_prefix(prefix)
Expand Down
2 changes: 1 addition & 1 deletion core/lib/spree/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Spree
def self.version
"1.1.0"
"1.1.1"
end
end

0 comments on commit c5d1431

Please sign in to comment.