1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Server release v1.7.2

This commit is contained in:
Laurent Cozic 2021-01-24 18:56:53 +00:00
parent 774be9cc0d
commit 89a2e9fe9a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "1.7.1",
"version": "1.7.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "1.7.1",
"version": "1.7.2",
"private": true,
"scripts": {
"start-dev": "nodemon --config nodemon.json dist/app.js --env dev",