Skip to content

Commit

Permalink
Increment version number. Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed Mar 16, 2010
1 parent 3698a77 commit 584b473
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
== 0.10.1

* # - 1209 Ruby Gems Warning (reverted this fix - RubyGems 1.3.6 is now required again)
* # - 1245 payment_gateway extension fails to load in production when spree is gemified
* # - 759 Error with creating admin user during bootstrap: unknown attribute: password_confirmation (Fixed in production mode)

== 0.10.0

Expand Down
2 changes: 1 addition & 1 deletion config/environment.rb
Expand Up @@ -5,7 +5,7 @@
# ENV['RAILS_ENV'] ||= 'production'

# Specifies gem version of Rails to use when vendor/rails is not present
SPREE_GEM_VERSION = '0.10.0' unless defined? SPREE_GEM_VERSION
SPREE_GEM_VERSION = '0.10.1' unless defined? SPREE_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Expand Down
2 changes: 1 addition & 1 deletion lib/spree.rb
Expand Up @@ -9,7 +9,7 @@ module Spree
module Version
Major = '0'
Minor = '10'
Tiny = '0'
Tiny = '1'
Pre = nil

class << self
Expand Down

0 comments on commit 584b473

Please sign in to comment.