diff --git a/index.html b/index.html index 8c9f2e5..68da7ae 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@
-

Upload an audio file to view information :

+

Select an audio file to view its spectrogram :

Browser diff --git a/package.json b/package.json index 15fbeb1..ce64f9f 100644 --- a/package.json +++ b/package.json @@ -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",