From 3b396aba5b8a8d807e65c8fa4ffff8dc07fa15f1 Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 1 Dec 2023 12:50:05 +0500 Subject: [PATCH] build: version 0.7.0 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31cc7d7..3fd9be3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ npm install @antonz/codapi Or use a CDN: ```html - + ``` ## Usage @@ -79,14 +79,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) diff --git a/package.json b/package.json index 5881dfc..2334244 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antonz/codapi", - "version": "0.6.1", + "version": "0.7.0", "description": "Embeddable code playgrounds for education, documentation, and fun.", "author": "Anton Zhiyanov", "license": "MIT",