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

CLI v1.0.168

This commit is contained in:
Laurent Cozic 2020-09-14 09:50:09 +01:00
parent 0f1156ab9c
commit 96076c84f4
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "joplin",
"version": "1.0.167",
"version": "1.0.168",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -28,7 +28,7 @@
],
"owner": "Laurent Cozic"
},
"version": "1.0.167",
"version": "1.0.168",
"bin": {
"joplin": "./main.js"
},

View File

@ -1,5 +1,9 @@
# Joplin terminal app changelog
## [cli-v1.0.168](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.168) - 2020-09-14T08:47:08Z
- Improved: Implemented reliable way to sync device and server clocks
## [cli-v1.0.167](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.167) - 2020-09-04T17:15:49Z
- New: Add mechanism to lock and upgrade sync targets (#3524)