diff --git a/manifest.json b/manifest.json index 8581fae..394afb9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "strava-sync", "name": "Strava Sync", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "0.15.0", "description": "Sync Strava activities to Obsidian.", "author": "Obsidian", "authorUrl": "https://github.com/watsonbox", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index b19d745..152038d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-strava-sync", - "version": "0.1.0", + "version": "0.1.1", "description": "Sync Strava activities to Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9be1f3d..397499d 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "0.15.0" -} + "0.1.0": "0.15.0", + "0.1.1": "0.15.0" +} \ No newline at end of file