From dd13b9396ac0623158fee3ea164c92b8dd2c2e0f Mon Sep 17 00:00:00 2001 From: notPlancha Date: Thu, 13 Jun 2024 19:22:04 +0100 Subject: [PATCH] 3.0.2 --- DESCRIPTION | 2 +- NEWS.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1d2dccc..f8a51af 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: settingsSync Title: 'Rstudio' Addin to Sync Settings and Keymaps -Version: 3.0.2-1 +Version: 3.0.2 Description: Provides a 'Rstudio' addin to download, merge and upload 'Rstudio' settings and keymaps, essentially 'syncing them' at will. It uses 'Google Drive' as a cloud storage to keep the settings and keymaps files. diff --git a/NEWS.md b/NEWS.md index c69e92f..5a23754 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# settingsSync 3.0.2 + +* Fixed zero-length error in `sync()` when checking for mimic option +* Fixed _no encoding_ message in `sync()` + # settingsSync 3.0.1 * Initial CRAN submission.