diff --git a/DESCRIPTION b/DESCRIPTION
index 32ceb2f9c888173183b2cc400cc7db78c8af36da..fd654ec5375a126d1cd0ae9662bd35a5bf4d00f4 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -2,9 +2,9 @@ Package: sybilSBML
 Type: Package
 Title: 'SBML' Integration in Package 'Sybil'
 Version: 3.1.2
-Date: 2020-03-26
+Date: 2020-03-27
 Authors@R: c(person("Mayo", "Roettger", role = "cre", email = "mayo.roettger@hhu.de"),
-             person("Gabriel", "Gelius-Dietrich", role = c("aut", "ctb")),
+             person("Gabriel", "Gelius-Dietrich", role = "aut"),
              person(c("C.", "Jonathan"), "Fritzemeier", role = "ctb", email = "clausjonathan.fritzemeier@uni-duesseldorf.de"),
              person("Deya", "Alzoubi", role = "ctb"),
              person("Ardalan", "Habil", role = "ctb"))
@@ -17,9 +17,9 @@ License: GPL-3 | file LICENSE
 LazyLoad: yes
 Collate: generics.R sbmlPtrClass.R sbmlErrorClass.R sybilSBML.R
         uglyHack.R readSBMLmod.R zzz.R
-Packaged: 2020-03-26 15:45:00 UTC; mayo
+Packaged: 2020-03-27 09:50:00 UTC; mayo
 Author: Mayo Roettger [cre],
-  Gabriel Gelius-Dietrich [aut, ctb],
+  Gabriel Gelius-Dietrich [aut],
   C. Jonathan Fritzemeier [ctb],
   Deya Alzoubi [ctb],
   Ardalan Habil [ctb]
diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd
index fc85384771087bba79c31d74ade842410c25ffd4..b334fd7921f3c519ba8d767399b6ec5070397b17 100644
--- a/inst/NEWS.Rd
+++ b/inst/NEWS.Rd
@@ -6,7 +6,7 @@
 
 \newcommand{\CRANpkg}{\href{https://cran.r-project.org/package=#1}{\pkg{#1}}}
 % ---------------------------------------------------------------------------- %
-\section{Changes in version 3.0.4 - 3.1.2 2020-03-26}{
+\section{Changes in version 3.0.4 - 3.1.2 2020-03-27}{
   \itemize{
     \item Maintainer change.
     \item Changes to be able to build package without libSBML FBC and Groups
@@ -18,7 +18,7 @@
     \item Fix for CRAN issue: too many states (abstraction error?).
     \item Fix for CRAN issue, where a terminating nul character may be written
     past the end of the destination in function \code{exportSBML}.
-    \item Fix for CRAN issue, where example file was written into user's home
+    \item Fix for CRAN issue, where example file modified user's home
     filespace.
   }
 }