Skip to content

Commit

Permalink
Update package version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteX95 committed Apr 11, 2024
1 parent 4df1796 commit 88f035c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</header>
<div class="content">
<div class="card">
<p>Upload an audio file to view information :</p>
<p>Select an audio file to view its spectrogram :</p>
<md-filled-tonal-button id="upload-button" onclick="uploadButton()">
<svg slot="icon" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21q-.825 0-1.412-.587T1 19V6h2v13h17v2zm4-4q-.825 0-1.412-.587T5 15V4q0-.825.588-1.412T7 2h5l2 2h7q.825 0 1.413.588T23 6v9q0 .825-.587 1.413T21 17z"></path></svg> Browser
</md-filled-tonal-button>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inspekt-web",
"version": "1.0.0",
"version": "1.1.0",
"description": "A web based audio file spectrogram viewer",
"scripts": {
"start": "node index.js",
Expand Down

0 comments on commit 88f035c

Please sign in to comment.