Skip to content

Commit be6f78c

Browse files
update package.json
1 parent 3573902 commit be6f78c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Below are some of the most common ways to include printfy.
6161
**CDN Link**
6262

6363
```html
64-
<script src="https://cdn.jsdelivr.net/npm/printfy@2.0.3/dist/printfy.min.js"></script>
64+
<script src="https://cdn.jsdelivr.net/npm/printfy@2.0.4/dist/printfy.min.js"></script>
6565
```
6666

6767
You can add the script manually to your project:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "printfy",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "C-style printf formatting for JavaScript with padding and precision.",
55
"main": "lib/printfy.js",
66
"scripts": {

0 commit comments

Comments
 (0)