diff --git a/manifest.json b/manifest.json index 42f3506..d4f9453 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "shrink-pinned-tabs", "name": "Shrink pinned tabs", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Shrinks pinned tabs to save screen space.", "author": "Nicolas LÅ“uillet", diff --git a/package.json b/package.json index 98b553f..24cd721 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shrink-pinned-tabs", - "version": "1.0.0", + "version": "1.0.1", "description": "Obsidian plugin to shrink pinned tabs in order to save screen space", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..189c17e 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "1.0.1": "0.15.0" }