README.md in cadenero-0.0.2.b5 vs README.md in cadenero-0.0.2.b6

- old
+ new

@@ -29,11 +29,11 @@ $ rails _3.2.13_ new your_app --skip-test-unit ``` In the `Gemfile` add the following lines: ```ruby - gem 'cadenero', '~> 0.0.2.b5' + gem 'cadenero', '~> 0.0.2.b6' gem 'pg' ``` In the `config/database.yml` replace the `sqlite3` adapter for `postgresql` as follow: @@ -121,10 +121,10 @@ - [x] Specs for the code 100% Coverage using BDD with [Rspec](https://github.com/rspec/rspec) and [Capybara](https://github.com/jnicklas/capybara) - [x] Documentation for all the code - [ ] Examples of use and demo ### Versions -**Cadenero** use [Semantic Versioning 2.0.0](http://semver.org/) the current version is: 0.0.2-b5 meaning MAJOR.MINOR.PATCH format +**Cadenero** use [Semantic Versioning 2.0.0](http://semver.org/) the current version is: 0.0.2-b6 meaning MAJOR.MINOR.PATCH format ### Bug reports If you discover a problem with **Cadenero**, we would like to know about it. However, we ask that you please review these guidelines before submitting a bug report: \ No newline at end of file