diff --git a/README.md b/README.md
index f3ff4a4..e4dcc79 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Snowfall.js is a JavaScript library for creating and animating snowflakes on a w
To use Snowfall.js, you need to download the file snowfall.js from [this repository] and include it in your HTML page using the script tag:
```html
-
+
```
## Usage
diff --git a/snowfall.js b/snowfall.js
index a97c542..4fe2927 100644
--- a/snowfall.js
+++ b/snowfall.js
@@ -18,7 +18,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*
- * Date: 2021-11-01T18:47Z
+ * Version: 1.0.0
+ * Date: 2021-11-18T00:00Z
*/
'use strict'