Skip to content

Commit

Permalink
version 0.3.0 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte authored Aug 5, 2023
1 parent 2e64763 commit 99e04cb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Simple synthesizer built with [Elementary Audio](https://www.elementary.audio/) framework.

<img src="./public/plugin-screenshot.png" width="600">
<img src="./public/og-image.png">

## Development

Expand Down
4 changes: 2 additions & 2 deletions 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": "adsr",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
Binary file added public/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/plugin-screenshot.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const font = Montserrat({subsets: ['latin']});

const title = 'ADSR';
const description = 'ADSR - simple synthesizer built with Elementary Audio';
const images = ['/plugin-screenshot.png'];
const images = ['/og-image.png'];

export const metadata: Metadata = {
title,
Expand Down

0 comments on commit 99e04cb

Please sign in to comment.