diff --git a/manifest.json b/manifest.json index 30c7789..eac8eca 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 322ff16..fceee95 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 7b2a176..7598f4c 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.2": "0.15.0" + "1.0.3": "0.15.0" }