diff --git a/breadcrumbs.ts b/breadcrumbs.ts deleted file mode 100644 index e69de29b..00000000 diff --git a/manifest.json b/manifest.json index d6eed524..307ee8db 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "0.1.1", + "version": "0.2.0", "minAppVersion": "0.12.5", "description": "Visualise the hierarchy of your vault using a breadcrumb trail", "author": "SkepticMystic", diff --git a/package.json b/package.json index c73e8d9b..b39c5338 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "0.1.1", + "version": "0.2.0", "description": "Visualise the hierarchy of your vault using a breadcrumb trail", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3819c77c..d1a8f646 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.2.0": "0.12.5", "0.1.1": "0.12.5", "0.1.0": "0.12.5", "0.0.8": "0.12.5",