1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Setup new release 3.4

This commit is contained in:
Laurent Cozic
2025-05-20 09:03:55 +01:00
parent 60e27924ae
commit 3faa95a066
22 changed files with 123 additions and 123 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@joplin/plugin-repo-cli",
"version": "3.3.1",
"version": "3.4.0",
"description": "",
"main": "index.js",
"bin": "./dist/index.js",
@@ -18,9 +18,9 @@
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/lib": "^3.3.1",
"@joplin/tools": "^3.3.1",
"@joplin/utils": "^3.3.1",
"@joplin/lib": "~3.4",
"@joplin/tools": "~3.4",
"@joplin/utils": "~3.4",
"fs-extra": "11.2.0",
"gh-release-assets": "2.0.1",
"node-fetch": "2.6.7",