Update version to 0.3.5

This commit is contained in:
Jiaxin Peng
2023-11-16 13:25:56 +00:00
parent 6454c0417d
commit fb6951cfdf
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Release Obsidian plugin
name: Release Obsidian-to-NotionNext plugin
on:
push:

View File

@@ -1,7 +1,7 @@
{
"id": "share-to-notionnext",
"name": "Share to NotionNext",
"version": "0.3.4",
"version": "0.3.5",
"minAppVersion": "0.0.1",
"description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.",
"author": "EasyChris, jxpeng98",

View File

@@ -1,6 +1,6 @@
{
"name": "share-to-notionnext",
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.",
"main": "main.js",