Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saadsaifse committed Sep 18, 2023
1 parent 3efa5b0 commit 9abda0b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "strava-obsidian",
"name": "Strava for Obsidian",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "Store and visualize Strava activities in your Obsidian vault.",
"author": "Saad Saif",
"authorUrl": "https://github.com/saadsaifse/strava-obsidian",
"fundingUrl": "https://www.buymeacoffee.com/saadsaif",
"isDesktopOnly": true
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "strava-for-obsidian",
"version": "1.0.0",
"version": "1.0.1",
"description": "Store and visualize Strava activities in your Obsidian vault. (https://github.com/saadsaifse/strava-obsidian)",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": ["obsidian", "strava", "plugin"],
"keywords": [
"obsidian",
"strava",
"plugin"
],
"author": "Saad Saif (https://github.com/saadsaifse)",
"license": "MIT",
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
}
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
}

0 comments on commit 9abda0b

Please sign in to comment.