Compare commits

...

2 commits
1.0.2 ... main

Author SHA1 Message Date
hacker-c
3869f1aefb 🔧 chore: update version 2025-03-30 13:03:03 +08:00
hacker-c
1ab1be01bb 🔧 chore: update LICENSE 2025-03-30 12:31:39 +08:00
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Copyright (C) 2020-2025 by Dynalist Inc. Copyright (C) 2025 MurphyChen.
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.

View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,3 @@
{ {
"1.0.2": "0.15.0" "1.0.3": "0.15.0"
} }