Skip to content

Commit

Permalink
Version bump 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed Jan 6, 2013
1 parent 6a23550 commit 8bf10af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SPREE_VERSION
@@ -1 +1 @@
1.3.1.beta
1.3.1
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.3.1.beta'
'1.3.1'
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.3.1.beta"
"1.3.1"
end
end

0 comments on commit 8bf10af

Please sign in to comment.