Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2017-08-11 08:34:03 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2017-08-11 08:34:03 +0300
commit8289501623b72edddba47908c12c1ae559a2156e (patch)
treee5bef3c99fc83729209a8dd66fc5d66bc47410b5
parent6bce891eed4888edef4067d0a239801f54f946c6 (diff)
Bump to 4.0.0.betav4.0.0.beta
-rw-r--r--README.md2
-rw-r--r--lib/bootstrap/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 494c7bc..1d5a18b 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:
```ruby
-gem 'bootstrap', git: 'https://github.com/twbs/bootstrap-rubygem'
+gem 'bootstrap', '~> 4.0.0.beta'
```
Ensure that `sprockets-rails` is at least v2.3.2.
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index 9522088..c179d46 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '4.0.0.alpha6'
+ VERSION = '4.0.0.beta'
BOOTSTRAP_SHA = '35f80bb12e4e71fd777ee60ffa43711d8f84b1a6'
end