Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonbox committed Oct 1, 2024
1 parent a6d7462 commit d226b47
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "strava-sync",
"name": "Strava Sync",
"version": "0.2.0",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Sync activities from Strava.",
"author": "Obsidian",
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-strava-sync",
"version": "0.2.0",
"version": "1.0.0",
"description": "Sync Strava activities to Obsidian",
"main": "main.js",
"scripts": {
Expand All @@ -9,7 +9,10 @@
"version": "node version-bump.mjs && git add manifest.json versions.json",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"keywords": ["obsidian", "strava"],
"keywords": [
"obsidian",
"strava"
],
"author": "Howard Wilson",
"authorUrl": "https://github.com/watsonbox",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"0.1.0": "0.15.0",
"0.1.1": "0.15.0",
"0.2.0": "0.15.0"
"0.2.0": "0.15.0",
"1.0.0": "0.15.0"
}

0 comments on commit d226b47

Please sign in to comment.