mirror of
https://github.com/hacker-c/obsidian-open-in-github-plugin.git
synced 2026-07-22 05:43:01 +00:00
🔧 chore: update version
This commit is contained in:
parent
1ab1be01bb
commit
3869f1aefb
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "open-in-github",
|
"id": "open-in-github",
|
||||||
"name": "Open in GitHub",
|
"name": "Open in GitHub",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Open the current project or file in github.com.",
|
"description": "Open the current project or file in github.com.",
|
||||||
"author": "Murphy Chen",
|
"author": "Murphy Chen",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "obsidian-open-in-github-plugin",
|
"name": "obsidian-open-in-github-plugin",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "This is an Obsidian plugin designed to open project or files directly in GitHub via your browser.",
|
"description": "This is an Obsidian plugin designed to open project or files directly in GitHub via your browser.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"1.0.2": "0.15.0"
|
"1.0.3": "0.15.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue