1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Chore: Setup new release 3.1

This commit is contained in:
Laurent Cozic
2024-08-09 11:47:43 +01:00
parent a52b206dfb
commit 9f66d7cfcd
21 changed files with 122 additions and 121 deletions

View File

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