Skip to content

Commit

Permalink
v.0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkolesidis committed Mar 21, 2022
1 parent b017724 commit 71996ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ keywords:
- sound processing
- MIDI keyboard
license: MIT
version: 0.5.2
version: 0.5.3
date-released: '2022-03-21'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

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.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "javascript-software-synthesizer",
"version": "0.5.2",
"version": "0.5.3",
"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.",
"scripts": {
"sass": "sass --watch sass/style.scss:css/style.min.css --style compressed"
Expand Down
2 changes: 1 addition & 1 deletion scripts/elements/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

export default function footer() {
return /*html*/ `
<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>
<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>
`
}

0 comments on commit 71996ca

Please sign in to comment.