From 5a640a84198b795cca6976dfd57a3d76746087a5 Mon Sep 17 00:00:00 2001 From: Justin Ribeiro Date: Mon, 4 Oct 2021 21:54:15 -0700 Subject: [PATCH] v1.1.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9840097..9692495 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ import '@justinribeiro/lite-youtube'; If you want the paste-and-go version, you can simply load it via CDN: ```html - + ``` ## Basic Usage diff --git a/package.json b/package.json index d51c8c3..a5a17a0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lite-youtube.js.map" ], "license": "MIT", - "version": "1.0.0", + "version": "1.1.0", "main": "lite-youtube.js", "module": "lite-youtube.js", "types": "lite-youtube.d.ts",