Skip to content

Commit

Permalink
Incremented version number, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed Oct 13, 2009
1 parent 0d5260a commit e5ab6a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 0.9.1

* # - 813 Fixed compass gem dependency issue caused by Github changes

== 0.9.0

* # - 137 Products without variants can't have a weight.
Expand Down
2 changes: 1 addition & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
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.9.0' unless defined? SPREE_GEM_VERSION
SPREE_GEM_VERSION = '0.9.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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Spree
module Version
Major = '0'
Minor = '9'
Tiny = '0'
Tiny = '1'

class << self
def to_s
Expand Down

0 comments on commit e5ab6a4

Please sign in to comment.