diff --git a/README.md b/README.md index ce7171e..4394512 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Replace `path/to/avalynx-ref.js` with the actual path to the file in your projec AvalynxRef is also available via [jsDelivr](https://www.jsdelivr.com/). You can include it in your project like this: ```html - + ``` ## Installation via NPM ([Link](https://www.npmjs.com/package/avalynx-ref)) diff --git a/dist/js/avalynx-ref.esm.js b/dist/js/avalynx-ref.esm.js index ffcc978..1c9b097 100644 --- a/dist/js/avalynx-ref.esm.js +++ b/dist/js/avalynx-ref.esm.js @@ -3,7 +3,7 @@ * * A Ref implementation for updating elements with a value like React's Ref or Vue's Ref. * - * @version 0.0.2 + * @version 0.0.3 * @license MIT * @author https://github.com/avalynx/avalynx-ref/graphs/contributors * @website https://github.com/avalynx/ diff --git a/dist/js/avalynx-ref.js b/dist/js/avalynx-ref.js index 61b1186..813eb30 100644 --- a/dist/js/avalynx-ref.js +++ b/dist/js/avalynx-ref.js @@ -3,7 +3,7 @@ * * A Ref implementation for updating elements with a value like React's Ref or Vue's Ref. * - * @version 0.0.2 + * @version 0.0.3 * @license MIT * @author https://github.com/avalynx/avalynx-ref/graphs/contributors * @website https://github.com/avalynx/ diff --git a/examples/random-values.html b/examples/random-values.html index 0257835..d62d816 100644 --- a/examples/random-values.html +++ b/examples/random-values.html @@ -16,8 +16,8 @@ - - + + diff --git a/package.json b/package.json index 0b87430..8239ad9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "avalynx-ref", "title": "AvalynxRef", "description": "AvalynxRef is a Ref implementation for updating elements with a value like React's Ref or Vue's Ref.", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "main": "dist/js/avalynx-ref.js", "module": "dist/js/avalynx-ref.esm.js", diff --git a/src/js/avalynx-ref.esm.js b/src/js/avalynx-ref.esm.js index ffcc978..1c9b097 100644 --- a/src/js/avalynx-ref.esm.js +++ b/src/js/avalynx-ref.esm.js @@ -3,7 +3,7 @@ * * A Ref implementation for updating elements with a value like React's Ref or Vue's Ref. * - * @version 0.0.2 + * @version 0.0.3 * @license MIT * @author https://github.com/avalynx/avalynx-ref/graphs/contributors * @website https://github.com/avalynx/ diff --git a/src/js/avalynx-ref.js b/src/js/avalynx-ref.js index 61b1186..813eb30 100644 --- a/src/js/avalynx-ref.js +++ b/src/js/avalynx-ref.js @@ -3,7 +3,7 @@ * * A Ref implementation for updating elements with a value like React's Ref or Vue's Ref. * - * @version 0.0.2 + * @version 0.0.3 * @license MIT * @author https://github.com/avalynx/avalynx-ref/graphs/contributors * @website https://github.com/avalynx/