Skip to content

Commit cb99464

Browse files
committed
Release 2.5.0
1 parent 196aa8e commit cb99464

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ From JSDelivr CDN (click)
5454

5555
```html
5656
<!--In the <head>-->
57-
<script src="https://cdn.jsdelivr.net/gh/WebCoder49/code-input@2.4/code-input.min.js"></script>
58-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/WebCoder49/code-input@2.4/code-input.min.css">
57+
<script src="https://cdn.jsdelivr.net/gh/WebCoder49/code-input@2.5/code-input.min.js"></script>
58+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/WebCoder49/code-input@2.5/code-input.min.css">
5959
```
6060
</details>
6161

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webcoder49/code-input",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "Fully customisable, editable syntax-highlighted textareas.",
55
"browser": "code-input.js",
66
"scripts": {

0 commit comments

Comments
 (0)