diff --git a/README.md b/README.md
index 1a020a1..e97d855 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ This project is a standalone Web Component for generating waveforms and audio us
# Demo
-[Link to demo page](https://unpkg.com/fourier-synth@1.0.1/fourier-synth.html)
+[Link to demo page](https://unpkg.com/fourier-synth@1.0.2/fourier-synth.html)
# Develop
@@ -32,12 +32,12 @@ Add a script tag to the `
` section of your page. Replace `https://my.domai
### Hosting
-Download one of the deploy files [fourier-synth@1.0.1.zip](./deploy/fourier-synth@1.0.1.zip) or [fourier-synth@1.0.1.tgz](./deploy/fourier-synth@1.0.1.tgz), and extract the contents. (The tgz file contains a tar file that needs to be extracted.) The extracted `fourier-synth` folder should be copied to your server including all contents. The name of the folder is not important, but it must match the `src` value of your page's script tag, and the file names must not be altered.
+Download one of the deploy files [fourier-synth@1.0.2.zip](./deploy/fourier-synth@1.0.2.zip) or [fourier-synth@1.0.2.tgz](./deploy/fourier-synth@1.0.2.tgz), and extract the contents. (The tgz file contains a tar file that needs to be extracted.) The extracted `fourier-synth` folder should be copied to your server including all contents. The name of the folder is not important, but it must match the `src` value of your page's script tag, and the file names must not be altered.
### Serving from unpkg.com
If you don't need guaranteed availability, you can use the component from unpkg.com.
```html
-
+
```
## Element tag
diff --git a/deploy/fourier-synth@1.0.1.tgz b/deploy/fourier-synth@1.0.1.tgz
deleted file mode 100644
index 511f626..0000000
Binary files a/deploy/fourier-synth@1.0.1.tgz and /dev/null differ
diff --git a/deploy/fourier-synth@1.0.2.tgz b/deploy/fourier-synth@1.0.2.tgz
new file mode 100644
index 0000000..0ac9f7d
Binary files /dev/null and b/deploy/fourier-synth@1.0.2.tgz differ
diff --git a/deploy/fourier-synth@1.0.1.zip b/deploy/fourier-synth@1.0.2.zip
similarity index 70%
rename from deploy/fourier-synth@1.0.1.zip
rename to deploy/fourier-synth@1.0.2.zip
index 7ee5f90..698574c 100644
Binary files a/deploy/fourier-synth@1.0.1.zip and b/deploy/fourier-synth@1.0.2.zip differ
diff --git a/fourier-synth.html b/fourier-synth.html
index b4c68f4..dfd53c6 100644
--- a/fourier-synth.html
+++ b/fourier-synth.html
@@ -6,7 +6,7 @@
Fourier Synthesizer Demo
-
+
diff --git a/package.json b/package.json
index d7c4fab..ca207b2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fourier-synth",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Fourier Synthesizer Web Component",
"keywords": [
"fourier",