Skip to content

Commit e2ba285

Browse files
Jeff DutilJeff Dutil
authored andcommitted
Bump version.
1 parent 8ee2e52 commit e2ba285

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ The fastest way to get started is by using the spree command line tool
3434
available in the spree gem which will add Spree to an existing Rails application.
3535

3636
```shell
37-
gem install rails -v 4.0.6
37+
gem install rails -v 4.0.9
3838
gem install spree
39-
rails _4.0.6_ new my_store
39+
rails _4.0.9_ new my_store
4040
spree install my_store
4141
```
4242

@@ -293,7 +293,7 @@ bash build.sh
293293

294294
Further Documentation
295295
------------
296-
Spree has a number of really useful guides online at [http://guides.spreecommerce.com](http://guides.spreecommerce.com).
296+
Spree has a number of really useful guides online at [http://guides.spreecommerce.com](http://guides.spreecommerce.com).
297297

298298
Contributing
299299
------------

SPREE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.5.beta
1+
2.2.5

cmd/lib/spree_cmd/extension.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def class_name
5050
end
5151

5252
def spree_version
53-
'2.2.5.beta'
53+
'2.2.5'
5454
end
5555

5656
def use_prefix(prefix)

core/lib/spree/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Spree
22
def self.version
3-
"2.2.5.beta"
3+
"2.2.5"
44
end
55
end

0 commit comments

Comments
 (0)