Skip to content

Commit 15eab99

Browse files
committed
Release v2.7.2
1 parent b2eb248 commit 15eab99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ more use cases.
1313

1414
## Download
1515

16-
*code-input.js is free, libre, open source software under the MIT (AKA Expat) license.* **Download it [from the Git repository](https://github.com/WebCoder49/code-input/tree/v2.7.1), [in a ZIP archive](/release/code-input-js-v2.7.1.zip), [in a TAR.GZ archive](/release/code-input-js-v2.7.1.tar.gz), or from `@webcoder49/code-input` on the NPM registry ([Yarn](https://yarnpkg.com/package?name=@webcoder49/code-input), [NPM](https://npmjs.com/package/@webcoder49/code-input), etc.).**
16+
*code-input.js is free, libre, open source software under the MIT (AKA Expat) license.* **Download it [from the Git repository](https://github.com/WebCoder49/code-input/tree/v2.7.2), [in a ZIP archive](/release/code-input-js-v2.7.2.zip), [in a TAR.GZ archive](/release/code-input-js-v2.7.2.tar.gz), or from `@webcoder49/code-input` on the NPM registry ([Yarn](https://yarnpkg.com/package?name=@webcoder49/code-input), [NPM](https://npmjs.com/package/@webcoder49/code-input), etc.).**
1717

1818
[Want to contribute to the code? You're very welcome to! See here.](#contributing)
1919

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webcoder49/code-input",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"description": "An editable <textarea> that supports *any* syntax highlighting algorithm, for code or something else. Also, added plugins.",
55
"browser": "code-input.js",
66
"exports": {
@@ -97,7 +97,7 @@
9797
"author": {
9898
"name": "Oliver Geer and contributors",
9999
"email": "[email protected]",
100-
"url": "https://oliver.geer.im/"
100+
"url": "https://ogeer.org/"
101101
},
102102
"license": "MIT",
103103
"bugs": {

0 commit comments

Comments
 (0)