Skip to content

Commit 5ca413b

Browse files
committed
5.3.0
1 parent a7b1431 commit 5ca413b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
7373

7474
```html
7575
<link
76-
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0-rc2/css/bootstrap5-toggle.min.css"
76+
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0/css/bootstrap5-toggle.min.css"
7777
rel="stylesheet" />
78-
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0-rc2/js/bootstrap5-toggle.ecmas.min.js"></script>
78+
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0/js/bootstrap5-toggle.ecmas.min.js"></script>
7979
```
8080

8181
### jQuery Interface
8282

8383
```html
8484
<link
85-
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0-rc2/css/bootstrap5-toggle.min.css"
85+
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0/css/bootstrap5-toggle.min.css"
8686
rel="stylesheet" />
87-
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0-rc2/js/bootstrap5-toggle.jquery.min.js"></script>
87+
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0/js/bootstrap5-toggle.jquery.min.js"></script>
8888
```
8989

9090
## Download
@@ -96,13 +96,13 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
9696
[![NPM Badge](https://img.shields.io/npm/dm/bootstrap5-toggle?logo=npm)](https://www.npmjs.com/package/bootstrap5-toggle)
9797

9898
```ksh
99-
npm install bootstrap5-toggle@5.3.0-rc2
99+
npm install bootstrap5-toggle@5.3.0
100100
```
101101

102102
## Yarn
103103

104104
```ksh
105-
yarn add bootstrap5-toggle@5.3.0-rc2
105+
yarn add bootstrap5-toggle@5.3.0
106106
```
107107

108108
# Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap5-toggle",
3-
"version": "5.3.0-rc2",
3+
"version": "5.3.0",
44
"type": "module",
55
"author": {
66
"name": "Pablo Alcaraz Martínez",

0 commit comments

Comments
 (0)