Skip to content

Commit

Permalink
Bump to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Feb 11, 2019
1 parent c406232 commit 0a29879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:

```ruby
gem 'bootstrap', '~> 4.2.1'
gem 'bootstrap', '~> 4.3.0'
```

Ensure that `sprockets-rails` is at least v2.3.2.
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Bootstrap
VERSION = '4.2.1'
VERSION = '4.3.0'
BOOTSTRAP_SHA = '1ded0d6a4eefb7daca62c44e4e735aec200f0b6f'
end

0 comments on commit 0a29879

Please sign in to comment.