Skip to content

Commit

Permalink
Merge pull request #176 from dsandstrom/update
Browse files Browse the repository at this point in the history
Bump version to 3.0.0
  • Loading branch information
dsandstrom committed Jun 2, 2017
2 parents 3863808 + 1cd7d16 commit 8a4b53d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Add this line to your application's Gemfile:

```ruby
gem 'foundation-rails', '~> 6.0' # required
gem 'foundation_rails_helper', '>= 3.0.0.rc2', '< 4.0'
gem 'foundation_rails_helper', '~> 3.0'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/foundation_rails_helper/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module FoundationRailsHelper
VERSION = '3.0.0.rc2'
VERSION = '3.0.0'
end

0 comments on commit 8a4b53d

Please sign in to comment.