From 33bb0e5ed6db9deee6dd93fd7c40210f19b82e6a Mon Sep 17 00:00:00 2001 From: Federico Zivolo Date: Tue, 23 Jan 2018 13:32:38 +0100 Subject: [PATCH] chore: Bump version to 4.0.0 (stable!) --- _config.yml | 8 ++++---- index.html | 2 +- js/dropdown.js | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index 81414885..ef418fec 100644 --- a/_config.yml +++ b/_config.yml @@ -31,14 +31,14 @@ social_logo_path: /assets/brand/bootstrap-social-logo.png social_image_path: /assets/brand/bootstrap-social.png # Custom vars -current_version: 4.0.0-beta.4 +current_version: 4.0.0 docs_version: 4.0 repo: https://github.com/FezVrasta/bootstrap-material-design spectrum: https://spectrum.chat/bootstrap-md download: source: https://github.com/FezVrasta/bootstrap-material-design/releases - dist: https://github.com/FezVrasta/bootstrap-material-design/archive/v4.0.0-beta.4.zip + dist: https://github.com/FezVrasta/bootstrap-material-design/archive/v4.0.0.zip blog: https://blog.getbootstrap.com expo: https://expo.getbootstrap.com @@ -48,9 +48,9 @@ mdbootstrap: https://mdbootstrap.com/product/material-design-for-bootstrap- cdn: # See https://www.srihash.org for info on how to generate the hashes - css: https://unpkg.com/bootstrap-material-design@4.0.0-beta.4/dist/css/bootstrap-material-design.min.css + css: https://unpkg.com/bootstrap-material-design@4.0.0/dist/css/bootstrap-material-design.min.css css_hash: "sha384-R80DC0KVBO4GSTw+wZ5x2zn2pu4POSErBkf8/fSFhPXHxvHJydT0CSgAP2Yo2r4I" - js: https://unpkg.com/bootstrap-material-design@4.0.0-beta.4/dist/js/bootstrap-material-design.js + js: https://unpkg.com/bootstrap-material-design@4.0.0/dist/js/bootstrap-material-design.js js_hash: "sha384-3xciOSDAlaXneEmyOo0ME/2grfpqzhhTcM4cE32Ce9+8DW/04AGoTACzQpphYGYe" jquery: https://code.jquery.com/jquery-3.2.1.slim.min.js jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" diff --git a/index.html b/index.html index c7f6d080..6b833830 100755 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@ npm install bootstrap-material-design@{{ site.current_version }} {% endhighlight %} {% highlight sh %} -gem install bootstrap-material-design -v 4.0.0.beta +gem install bootstrap-material-design -v 4.0.0 {% endhighlight %} {% highlight sh %} diff --git a/js/dropdown.js b/js/dropdown.js index 20869a47..99d2d876 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -10,7 +10,7 @@ import Util from 'bootstrap/js/src/util'; /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-beta): dropdown.js + * Bootstrap (v4.0.0): dropdown.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -32,7 +32,7 @@ const Dropdown = (($) => { */ const NAME = 'dropdown' - const VERSION = '4.0.0-beta' + const VERSION = '4.0.0' const DATA_KEY = 'bs.dropdown' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/package.json b/package.json index ddd1109c..dbbc2823 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap-material-design", "description": "Material Design for Bootstrap 4", - "version": "4.0.0-beta.4", + "version": "4.0.0", "keywords": [ "material", "design",