Skip to content

Commit 00a21bd

Browse files
author
Thomas von Deyen
committed
v3.4.0
1 parent 0f17b7d commit 00a21bd

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 3.4.0 (unreleased)
3+
## 3.4.0 (2016-08-02)
44

55
__New Features__
66

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For a Ruby 1.8.7 compatible version use the [`2.3-stable` branch](https://github
5656
Use the installer:
5757

5858
```shell
59-
$ gem install alchemy_cms --pre
59+
$ gem install alchemy_cms
6060
$ alchemy new my_magicpage
6161
```
6262

@@ -78,8 +78,6 @@ Put this into your `Gemfile`:
7878
gem 'alchemy_cms', github: 'AlchemyCMS/alchemy_cms', branch: '3.4-stable'
7979
```
8080

81-
**NOTE:** You normally want to use a stable branch, like `3.3-stable`.
82-
8381
If you want to use Russian translation and have better i18n support, you should put:
8482

8583
```ruby

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.4.0.rc1"
2+
VERSION = "3.4.0"
33

44
def self.version
55
VERSION

0 commit comments

Comments
 (0)