Skip to content

Commit dc66489

Browse files
committed
Bump to 4.0.0.alpha3
1 parent 0bbd14d commit dc66489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
1717
Add `bootstrap` to your Gemfile:
1818

1919
```ruby
20-
gem 'bootstrap', '~> 4.0.0.alpha1'
20+
gem 'bootstrap', '~> 4.0.0.alpha3'
2121
```
2222

2323
Ensure that `sprockets-rails` is at least v2.3.2.

lib/bootstrap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Bootstrap
2-
VERSION = '4.0.0.alpha2'
2+
VERSION = '4.0.0.alpha3'
33
BOOTSTRAP_SHA = '48938155eb24b4ccdde09426066869504c6dab3c'
44
end

0 commit comments

Comments
 (0)