Skip to content

Commit

Permalink
Update to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Sep 8, 2022
1 parent 6efd722 commit d9f20a3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-copy-search-url",
"name": "Copy Search URL",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Adds a button to the search view for copying the Obsidian search URL.",
"author": "Carlo Zottmann",
"authorUrl": "https://github.com/czottmann",
"isDesktopOnly": true
"id": "obsidian-copy-search-url",
"name": "Copy Search URL",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "Adds a button to the search view for copying the Obsidian search URL.",
"author": "Carlo Zottmann",
"authorUrl": "https://github.com/czottmann",
"isDesktopOnly": true
}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "obsidian-copy-search-url",
"version": "1.0.0",
"description": "This plugin for Obsidian (https://obsidian.md) adds a button to its search view for copying the Obsidian search URL.",
"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": [],
"author": "Carlo Zottmann, https://github.com/czottmann/",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.58",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
"name": "obsidian-copy-search-url",
"version": "1.0.2",
"description": "This plugin for Obsidian (https://obsidian.md) adds a button to its search view for copying the Obsidian search URL.",
"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": [],
"author": "Carlo Zottmann, https://github.com/czottmann/",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.58",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.0": "0.15.0"
"1.0.2": "0.15.0"
}

0 comments on commit d9f20a3

Please sign in to comment.