Skip to content

Commit 867dfdb

Browse files
v.2.0.1
1 parent 14a38bf commit 867dfdb

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
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.1
2+
3+
### Changes
4+
5+
- Fixed readme images path
6+
17
# 2.0.0
28

39
### Changes

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This CITATION.cff file was generated with cffinit.
22
# Visit https://bit.ly/cffinit to generate yours today!
33

4-
cff-version: 2.0.0
4+
cff-version: 1.2.0
55
title: JSS-01 | JavaScript Software Synthesizer
66
message: "If you use this software, please cite it as below."
77
type: software
@@ -30,5 +30,5 @@ keywords:
3030
- MIDI keyboard
3131

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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.0-01004c.svg)](https://shields.io/)
8+
[![Version](https://img.shields.io/badge/version-2.0.1-01004c.svg)](https://shields.io/)
99
[![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)
1010

1111
## Technologies Used

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.0",
5+
"version": "2.0.1",
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.0
18+
<a href="https://github.com/michaelkolesidis/javascript-software-synthesizer/releases" target="_blank">v.2.0.1
1919
</a>
2020
</div>
2121
`;

0 commit comments

Comments
 (0)