Skip to content

Commit

Permalink
Release version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed Jun 30, 2018
1 parent fe02d4a commit 68da41b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
@@ -1,6 +1,12 @@
### dev

[full changelog](https://github.com/Mange/roadie/compare/v3.3.0...master)
[full changelog](https://github.com/Mange/roadie/compare/v3.4.0...master)

Nothing yet.

### 3.3.0

[full changelog](https://github.com/Mange/roadie/compare/v3.3.0...v3.4.0)

* Enhancements
* Better support for media queries - [BroiSatse (Stanislaw
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ Install & Usage
[Add this gem to your Gemfile as recommended by Rubygems](http://rubygems.org/gems/roadie) and run `bundle install`.

```ruby
gem 'roadie', '~> 3.3'
gem 'roadie', '~> 3.4'
```

You can then create a new instance of a Roadie document:
Expand Down
2 changes: 1 addition & 1 deletion lib/roadie/version.rb
@@ -1,3 +1,3 @@
module Roadie
VERSION = '3.3.0'
VERSION = '3.4.0'
end

0 comments on commit 68da41b

Please sign in to comment.