diff --git a/VERSION b/VERSION index 65ba116..0d5f97a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -zettelclean v0.6 +zettelclean v0.6.1 diff --git a/manifest.json b/manifest.json index cc77020..4e8a54d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "zettelclean", "name": "Zettelclean", - "version": "0.6.0", + "version": "0.6.1", "minAppVersion": "1.0.0", "description": "Keep a Zettelkasten filename's slug in sync with the note's H1 heading.", "author": "Ruben Carlo Benante", diff --git a/package.json b/package.json index cd186ec..d590fde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zettelclean", - "version": "0.6.0", + "version": "0.6.1", "description": "Keep a Zettelkasten filename's slug in sync with the note's H1 heading.", "author": "Ruben Carlo Benante ", "main": "main.js", diff --git a/versions.json b/versions.json index 4f94621..bbad04f 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.6.0": "1.0.0" + "0.6.0": "1.0.0", + "0.6.1": "1.0.0" }