Skip to content

Commit 83afe84

Browse files
committed
Correct package version
1 parent 6f1e3c8 commit 83afe84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img src="https://img.shields.io/npm/v/bootstrap-icons-vue?color=blue" alt="NPM">
77
</a>
88
<a href="https://icons.getbootstrap.com/">
9-
<img src="https://img.shields.io/badge/Bootstrap%20Icons-11.1.1-blueviolet" alt="Bootstrap Icons">
9+
<img src="https://img.shields.io/badge/Bootstrap%20Icons-1.11.1-blueviolet" alt="Bootstrap Icons">
1010
</a>
1111
<a href="https://github.com/vuejs/vue-next">
1212
<img src="https://img.shields.io/badge/Vue.js-3.x-success" alt="Vue JS">
@@ -17,7 +17,7 @@
1717
1818
This library provides Bootstrap icons as Vue 3.x components.
1919

20-
Built from Bootstrap Icons v11.1.1.
20+
Built from Bootstrap Icons v1.11.1.
2121

2222
## Installation
2323

@@ -33,7 +33,7 @@ Alternatively, you can use them straight from a CDN without installation.
3333

3434
```html
3535
<script src="https://unpkg.com/vue@3.2.23"></script>
36-
<script src="https://unpkg.com/bootstrap-icons-vue@11.1.1"></script>
36+
<script src="https://unpkg.com/bootstrap-icons-vue@1.11.1"></script>
3737
```
3838

3939
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-icons-vue",
3-
"version": "11.1.1",
3+
"version": "1.11.1",
44
"description": "Bootstrap icons as Vue components.",
55
"author": "Thomas Ip <thomas@ipthomas.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)