🔧 chore: update version

This commit is contained in:
hacker-c 2025-03-30 13:03:03 +08:00
parent 1ab1be01bb
commit 3869f1aefb
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "open-in-github",
"name": "Open in GitHub",
"version": "1.0.2",
"version": "1.0.3",
"minAppVersion": "0.15.0",
"description": "Open the current project or file in github.com.",
"author": "Murphy Chen",

View file

@ -1,6 +1,6 @@
{
"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.",
"main": "main.js",
"scripts": {

View file

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