From 7de67750f74b56926366f343241612335616cb1e Mon Sep 17 00:00:00 2001 From: Anton Date: Sun, 17 Sep 2023 23:45:25 +0500 Subject: [PATCH] build: version 0.4.2 --- README.md | 14 +++++++------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 35a3cdc..3dc8258 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ npm install @antonz/codapi Or use a CDN: ```html - + ``` ## Usage @@ -80,14 +80,14 @@ Finally, include the default styles in the `head`: ```html ``` And the JavaScript file at the bottom of the page: ```html - + ``` (CDNs like unpkg can sometimes be slow, so it's even better to host both files yourself) @@ -196,8 +196,8 @@ Alternatively, you can use an in-page `script` tag with a code template and pass ```html
@@ -245,8 +245,8 @@ You can also define files using in-page `script`s:
 
 ```html
 
 
 
diff --git a/package.json b/package.json
index b2655c1..7e42674 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
     "name": "@antonz/codapi",
-    "version": "0.4.1",
-    "description": "Embeddable interactive code playground for education, documentation, and fun.",
+    "version": "0.4.2",
+    "description": "Embeddable code playgrounds for education, documentation, and fun.",
     "author": "Anton Zhiyanov",
     "license": "MIT",
     "homepage": "https://codapi.org",