diff --git a/README.md b/README.md
index 21baeaa6..2e6f3a19 100644
--- a/README.md
+++ b/README.md
@@ -23,17 +23,17 @@ Embed TIFY into your website in three easy steps:
- Either download TIFY and copy the contents of the `dist` directory to your server:
``` html
-
-
+
+
```
- > To avoid issues with browser caching, add a query parameter with the current version, e.g. `?v0.30.0`.
+ > To avoid issues with browser caching, add a query parameter with the current version, e.g. `?v0.30.1`.
- Or use [jsDelivr](https://www.jsdelivr.com/):
``` html
-
-
+
+
```
- Or `import` TIFY into your web application:
diff --git a/package-lock.json b/package-lock.json
index 84f4b982..c3a06ed4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "tify",
- "version": "0.30.0",
+ "version": "0.30.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tify",
- "version": "0.30.0",
+ "version": "0.30.1",
"hasInstallScript": true,
"license": "AGPL-3.0",
"devDependencies": {
diff --git a/package.json b/package.json
index 02e69788..6475118c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tify",
- "version": "0.30.0",
+ "version": "0.30.1",
"description": "A slim and mobile-friendly IIIF document viewer",
"homepage": "https://tify.rocks/",
"repository": {