diff --git a/changelog.md b/changelog.md
index b594bc3..8db395e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -10,6 +10,6 @@
* Now rolling up the library as a CommonJS module, an ES module, and an IIFE.
-### 1.0.3 - 1.0.11
+### 1.0.3 - 1.0.12
(No changes)
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 6441fc5..f8689c2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "parsehttpdate",
- "version": "1.0.11",
+ "version": "1.0.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "parsehttpdate",
- "version": "1.0.11",
+ "version": "1.0.12",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.25.4",
diff --git a/package.json b/package.json
index 59cda31..101637b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "parsehttpdate",
"description": "Parses the value of the Date header in HTTP responses",
- "version": "1.0.11",
+ "version": "1.0.12",
"main": "compiled/cjs/parsehttpdate.min.js",
"module": "compiled/esm/parsehttpdate.min.js",
"unpkg": "compiled/iife/parsehttpdate.min.js",
diff --git a/readme-nl.md b/readme-nl.md
index f871da0..7ec71a9 100644
--- a/readme-nl.md
+++ b/readme-nl.md
@@ -19,7 +19,7 @@ import parseHttpDate from 'parsehttpdate';
Als alternatief kan `parsehttpdate` ook worden binnengehaald met unpkg:
```html
-
+
```
Met deze aanpak wordt de functie beschikbaar als `window.parseHttpDate`.
diff --git a/readme.md b/readme.md
index cc77b8f..304a9f2 100644
--- a/readme.md
+++ b/readme.md
@@ -19,7 +19,7 @@ import parseHttpDate from 'parsehttpdate';
Alternatively, include `parsehttpdate` through unpkg:
```html
-
+
```
This alternative makes the function available at `window.parseHttpDate`.