diff --git a/build/font/css.hbs b/build/font/css.hbs index 76f27ceac4..8ce79593f0 100644 --- a/build/font/css.hbs +++ b/build/font/css.hbs @@ -1,5 +1,5 @@ /*! - * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/) + * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/) * Copyright 2019-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) */ diff --git a/build/font/scss.hbs b/build/font/scss.hbs index e3bfaf0962..1453d25d9c 100644 --- a/build/font/scss.hbs +++ b/build/font/scss.hbs @@ -1,5 +1,5 @@ /*! - * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/) + * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/) * Copyright 2019-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) */ diff --git a/docs/static/assets/img/bootstrap-icons-social.png b/docs/static/assets/img/bootstrap-icons-social.png index b33de555a2..e8394fa4e0 100644 Binary files a/docs/static/assets/img/bootstrap-icons-social.png and b/docs/static/assets/img/bootstrap-icons-social.png differ diff --git a/hugo.yml b/hugo.yml index b09b5be8d7..eafc7314cf 100644 --- a/hugo.yml +++ b/hugo.yml @@ -53,7 +53,7 @@ params: description: "Official open source SVG icon library for Bootstrap" social_image_path: /assets/img/bootstrap-icons-social.png - version: "1.11.0" + version: "1.11.1" docs_version: "5.3" main: "https://getbootstrap.com" diff --git a/package-lock.json b/package-lock.json index b49e28dc86..51e0424fe5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bootstrap-icons", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bootstrap-icons", - "version": "1.11.0", + "version": "1.11.1", "funding": [ { "type": "github", diff --git a/package.json b/package.json index c3bced16f9..9d43aba3ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-icons", - "version": "1.11.0", + "version": "1.11.1", "description": "Official open source SVG icon library for Bootstrap", "author": "mdo", "license": "MIT",