From 6ae7f72d9c5332b4017bc353aba195473cc46089 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Tue, 7 Apr 2020 12:39:09 +0200 Subject: [PATCH] Release v3.20.0-beta.3 (#1854) Improvements for all users: - This release fixes a small typo that prevented the overwriting moves to function properly. --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb067f20..e1ca47b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Cozy Drive for Desktop: Changelog +## 3.20.0-beta.3 - 2020-04-07 + +Improvements for all users: + +- This release fixes a small typo that prevented the overwriting moves to + function properly. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.20.0-beta.2 - 2020-04-06 Improvements for all users: diff --git a/package.json b/package.json index e750504fd..df65e5222 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.20.0-beta.2", + "version": "3.20.0-beta.3", "description": "Cozy Drive is a synchronization tool for your files and folders with Cozy Cloud.", "homepage": "https://github.com/cozy-labs/cozy-desktop", "author": "Cozy Cloud (https://cozycloud.cc/)",