diff --git a/CliClient/package-lock.json b/CliClient/package-lock.json index d6f44bbad8..2eb7d98dc3 100644 --- a/CliClient/package-lock.json +++ b/CliClient/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin", - "version": "1.0.167", + "version": "1.0.168", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/CliClient/package.json b/CliClient/package.json index 68a34feaa9..c577de5171 100644 --- a/CliClient/package.json +++ b/CliClient/package.json @@ -28,7 +28,7 @@ ], "owner": "Laurent Cozic" }, - "version": "1.0.167", + "version": "1.0.168", "bin": { "joplin": "./main.js" }, diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md index 8a7156c41c..9ed21286bc 100644 --- a/readme/changelog_cli.md +++ b/readme/changelog_cli.md @@ -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)