diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:04:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:04:03 +0000 |
commit | 6a28c44d98bc276aa91bdddb5f80437cf337ead3 (patch) | |
tree | b811886f00bbd47267d9faa8cab194c1d201fca4 /build | |
parent | Adding upstream version 1.11.2+dfsg. (diff) | |
download | bootstrap-icons-305729064850b476eebafbb4e8a4c6601055f57d.tar.xz bootstrap-icons-305729064850b476eebafbb4e8a4c6601055f57d.zip |
Adding upstream version 1.11.3+dfsg.upstream/1.11.3+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build')
-rw-r--r-- | build/bump-version.mjs | 2 | ||||
-rw-r--r-- | build/font/css.hbs | 4 | ||||
-rw-r--r-- | build/font/scss.hbs | 4 | ||||
-rw-r--r-- | build/vnu-jar.mjs | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/build/bump-version.mjs b/build/bump-version.mjs index 5f07415..6fb48f2 100644 --- a/build/bump-version.mjs +++ b/build/bump-version.mjs @@ -2,7 +2,7 @@ /*! * Script to update version number references in the project. - * Copyright 2023 The Bootstrap Authors + * Copyright 2024 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) */ diff --git a/build/font/css.hbs b/build/font/css.hbs index f970b98..e3271ed 100644 --- a/build/font/css.hbs +++ b/build/font/css.hbs @@ -1,6 +1,6 @@ /*! - * Bootstrap Icons v1.11.2 (https://icons.getbootstrap.com/) - * Copyright 2019-2023 The Bootstrap Authors + * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/) + * Copyright 2019-2024 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 717d45e..e7743cf 100644 --- a/build/font/scss.hbs +++ b/build/font/scss.hbs @@ -1,6 +1,6 @@ /*! - * Bootstrap Icons v1.11.2 (https://icons.getbootstrap.com/) - * Copyright 2019-2023 The Bootstrap Authors + * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/) + * Copyright 2019-2024 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) */ diff --git a/build/vnu-jar.mjs b/build/vnu-jar.mjs index bb8b348..2953080 100644 --- a/build/vnu-jar.mjs +++ b/build/vnu-jar.mjs @@ -2,7 +2,7 @@ /*! * Script to run vnu-jar if Java is available. - * Copyright 2017-2023 The Bootstrap Authors + * Copyright 2017-2024 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ |