Skip to content

Commit 2fc12d6

Browse files
committed
v3.0.0
1 parent 7e33a17 commit 2fc12d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Alchemy is the most powerful, userfriendly and flexible Rails CMS.
1010

1111
Read more on the [website](http://alchemy-cms.com) and in the [guidelines](http://guides.alchemy-cms.com).
1212

13-
**This master branch is a development branch that can contain bugs. For productive environments you should use the [current Ruby gem version](http://rubygems.org/gems/alchemy_cms/versions/2.8.1),
14-
or the [latest stable branch (2.8-stable)](https://github.com/magiclabs/alchemy_cms/tree/2.8-stable).**
13+
**This master branch is a development branch that can contain bugs. For productive environments you should use the [current Ruby gem version](http://rubygems.org/gems/alchemy_cms/versions/3.0.0),
14+
or the [latest stable branch (3.0-stable)](https://github.com/magiclabs/alchemy_cms/tree/3.0-stable).**
1515

1616
Features
1717
--------
@@ -99,7 +99,7 @@ With Version 3.0 we extracted the Alchemy user model [into its own gem](https://
9999

100100
In order to get the former Alchemy user model back, add the following gem into your Gemfile:
101101

102-
gem 'alchemy-devise', github: 'magiclabs/alchemy-devise', branch: 'master'
102+
gem 'alchemy-devise', '~> 2.0'
103103

104104
Run in terminal:
105105

lib/alchemy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Alchemy
2-
VERSION = "3.0.0.rc8"
2+
VERSION = "3.0.0"
33

44
def self.version
55
VERSION

0 commit comments

Comments
 (0)