Skip to content

Commit 69af359

Browse files
v.2.0.2 vercel migration
1 parent 867dfdb commit 69af359

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.0.2
2+
3+
### Changes
4+
5+
- Migration to Vercel
6+
17
# 2.0.1
28

39
### Changes

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ keywords:
3030
- MIDI keyboard
3131

3232
license: GNU Affero General Public License v3.0
33-
version: 2.0.1
33+
version: 2.0.2
3434
date-released: "2022-07-08"

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
[![made-with-typescript](https://img.shields.io/badge/Made%20with-TypeScript-01004c.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
77
[![MIT license](https://img.shields.io/badge/License-AGPLv3-01004c.svg)](https://www.gnu.org/licenses/agpl-3.0.html)
8-
[![Version](https://img.shields.io/badge/version-2.0.1-01004c.svg)](https://shields.io/)
9-
[![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)
8+
[![Version](https://img.shields.io/badge/version-2.0.2-01004c.svg)](https://shields.io/)
109

1110
## Technologies Used
1211

@@ -56,7 +55,7 @@ For more information, please refer to MDN's excellent article: [MDN article](htt
5655

5756
### Demo
5857

59-
There is an online demo available at [https://javascript-software-synthesizer.netlify.app/](https://javascript-software-synthesizer.netlify.app/)
58+
There is an online demo available at [https://javascript-software-synthesizer.vercel.app/](https://javascript-software-synthesizer.vercel.app/)
6059

6160
## Introduction
6261

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "javascript-software-synthesizer",
33
"author": "Michael Kolesidis",
44
"license": "AGPL-3.0-or-later",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"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.",
77
"private": false,
88
"type": "module",

src/elements/footer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function footer() {
1515
</p>
1616
</div>
1717
<div id="version">
18-
<a href="https://github.com/michaelkolesidis/javascript-software-synthesizer/releases" target="_blank">v.2.0.1
18+
<a href="https://github.com/michaelkolesidis/javascript-software-synthesizer/releases" target="_blank">v.2.0.2
1919
</a>
2020
</div>
2121
`;

0 commit comments

Comments
 (0)