Skip to content

Commit 71996ca

Browse files
v.0.5.3
1 parent b017724 commit 71996ca

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ keywords:
2929
- sound processing
3030
- MIDI keyboard
3131
license: MIT
32-
version: 0.5.2
32+
version: 0.5.3
3333
date-released: '2022-03-21'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-01004c.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
88
[![MIT license](https://img.shields.io/badge/License-MIT-01004c.svg)](https://github.com/michaelkolesidis/javascript-software-synthesizer/blob/main/LICENSE.md)
9-
[![Version](https://img.shields.io/badge/version-0.5.2-01004c.svg)](https://shields.io/)
9+
[![Version](https://img.shields.io/badge/version-0.5.3-01004c.svg)](https://shields.io/)
1010
[![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)
1111

1212
The 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 NexusUI.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-software-synthesizer",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"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 NexusUI.",
55
"scripts": {
66
"sass": "sass --watch sass/style.scss:css/style.min.css --style compressed"

scripts/elements/footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
export default function footer() {
99
return /*html*/ `
10-
<div><p>© 2022 | Made with ♥ by <a href="https://github.com/michaelkolesidis" target="_blank">Michael Kolesidis</a></p></div><div id="version"><a href="https://github.com/michaelkolesidis/javascript-software-synthesizer/releases" target="_blank">v.0.5.2</a></div>
10+
<div><p>© 2022 | Made with ♥ by <a href="https://github.com/michaelkolesidis" target="_blank">Michael Kolesidis</a></p></div><div id="version"><a href="https://github.com/michaelkolesidis/javascript-software-synthesizer/releases" target="_blank">v.0.5.3</a></div>
1111
`
1212
}

0 commit comments

Comments
 (0)