Skip to content

Commit

Permalink
v.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkolesidis committed Jun 30, 2023
1 parent 14a38bf commit 867dfdb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.0.1

### Changes

- Fixed readme images path

# 2.0.0

### Changes
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 2.0.0
cff-version: 1.2.0
title: JSS-01 | JavaScript Software Synthesizer
message: "If you use this software, please cite it as below."
type: software
Expand Down Expand Up @@ -30,5 +30,5 @@ keywords:
- MIDI keyboard

license: GNU Affero General Public License v3.0
version: 2.0.0
version: 2.0.1
date-released: "2022-07-08"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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.0-01004c.svg)](https://shields.io/)
[![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)

## Technologies Used
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "javascript-software-synthesizer",
"author": "Michael Kolesidis",
"license": "AGPL-3.0-or-later",
"version": "2.0.0",
"version": "2.0.1",
"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",
Expand Down
2 changes: 1 addition & 1 deletion src/elements/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function footer() {
</p>
</div>
<div id="version">
<a href="https://github.com/michaelkolesidis/javascript-software-synthesizer/releases" target="_blank">v.2.0.0
<a href="https://github.com/michaelkolesidis/javascript-software-synthesizer/releases" target="_blank">v.2.0.1
</a>
</div>
`;
Expand Down

0 comments on commit 867dfdb

Please sign in to comment.