diff --git a/CHANGELOG.md b/CHANGELOG.md index 0859f07..a856a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.0.2 + +### Changes + +- Migration to Vercel + # 2.0.1 ### Changes diff --git a/CITATION.cff b/CITATION.cff index 01b195d..579f8df 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,5 +30,5 @@ keywords: - MIDI keyboard license: GNU Affero General Public License v3.0 -version: 2.0.1 +version: 2.0.2 date-released: "2022-07-08" diff --git a/README.md b/README.md index f62fb60..f1da44a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ [![made-with-typescript](https://img.shields.io/badge/Made%20with-TypeScript-01004c.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [![MIT license](https://img.shields.io/badge/License-AGPLv3-01004c.svg)](https://www.gnu.org/licenses/agpl-3.0.html) -[![Version](https://img.shields.io/badge/version-2.0.1-01004c.svg)](https://shields.io/) -[![Netlify Status](https://api.netlify.com/api/v1/badges/93c42090-6fc9-4c3d-a462-42b535ea9d15/deploy-status)](https://app.netlify.com/sites/javascript-software-synthesizer/deploys) +[![Version](https://img.shields.io/badge/version-2.0.2-01004c.svg)](https://shields.io/) ## Technologies Used @@ -56,7 +55,7 @@ For more information, please refer to MDN's excellent article: [MDN article](htt ### Demo -There is an online demo available at [https://javascript-software-synthesizer.netlify.app/](https://javascript-software-synthesizer.netlify.app/) +There is an online demo available at [https://javascript-software-synthesizer.vercel.app/](https://javascript-software-synthesizer.vercel.app/) ## Introduction diff --git a/package.json b/package.json index 4302ef9..27dece0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "javascript-software-synthesizer", "author": "Michael Kolesidis", "license": "AGPL-3.0-or-later", - "version": "2.0.1", + "version": "2.0.2", "description": "TThe JSS-01 | JavaScript Software Synthesizer is a web app enabling you to make and play music in the browser. It is a software synthesizer implementing a variety of JavaScript frameworks and libraries, such as Tone.js and NexusUI2.", "private": false, "type": "module", diff --git a/src/elements/footer.ts b/src/elements/footer.ts index eca4666..5f94a71 100644 --- a/src/elements/footer.ts +++ b/src/elements/footer.ts @@ -15,7 +15,7 @@ export default function footer() {

- v.2.0.1 + v.2.0.2
`;