diff --git a/README-beta.md b/README-beta.md index aededc1f..b7c537b4 100644 --- a/README-beta.md +++ b/README-beta.md @@ -166,3 +166,5 @@ If you're so inclined, you can buy me a coffee over here: https://ko-fi.com/skep 3. `npm run version:beta` to update `manifest-beta.json` and `versions.json` accordingly 4. `git tag -a x.x.x-beta -m 'x.x.x-beta'` to tag the build 5. `git push origin x.x.x-beta` to push the release and trigger the action + +Or, do steps 3-5 in one go with `npm run release:beta` diff --git a/manifest-beta.json b/manifest-beta.json index 016a3b0e..0592da7c 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "4.0.18-beta", + "version": "4.0.19-beta", "minAppVersion": "1.0.0", "description": "Add structured hierarchies to your notes", "author": "SkepticMystic", diff --git a/package.json b/package.json index 03547726..164d0c24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs", - "version": "4.0.18-beta", + "version": "4.0.19-beta", "description": "Add structured hierarchies to your Obsidian vault", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c6c196c2..f0b5bc6a 100644 --- a/versions.json +++ b/versions.json @@ -110,5 +110,6 @@ "4.0.15-beta": "1.0.0", "4.0.16-beta": "1.0.0", "4.0.17-beta": "1.0.0", - "4.0.18-beta": "1.0.0" + "4.0.18-beta": "1.0.0", + "4.0.19-beta": "1.0.0" } \ No newline at end of file