diff --git a/.gitignore b/.gitignore
index 26e3515..f4827be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
-.Rproj.user
\ No newline at end of file
+.Rproj.user
+*.Rproj
+*.Rhistory
+*.RData
\ No newline at end of file
diff --git a/DESCRIPTION b/DESCRIPTION
index 5e43ea3..6cf3244 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: bdverse
 Title: An Infrastructural Toolkit for Biodiversity Data Quality in R
 Description: A sustainable and agile infrastructure that enhances the value of biodiversity data by allowing users to conveniently employ R, for data exploration, quality assessment, data cleaning, and standardization. The bdverse supports users with and without programming capabilities. It includes six unique packages in a hierarchal structure — representing different functionality levels.
-Version: 0.0.4
-Date: 2020-05-16
+Version: 0.0.5
+Date: 2021-07-18
 Authors@R: c(
     person(
         "Tomer", "Gueta", 
@@ -42,8 +42,8 @@ Imports:
     tibble,
     utils,
     bdutilities (>= 0.0.4),
-    bdutilities.app (>= 0.2.1),
     bdDwC (>= 0.1.52),
+    bdutilities.app (>= 0.2.1),
     bddwc.app (>= 0.0.14),
     bdchecks (>= 0.1.200),
     bdchecks.app (>= 0.2.2),
@@ -57,8 +57,8 @@ Encoding: UTF-8
 LazyData: true
 Remotes:  
     bd-R/bdutilities@dev,
-    bd-R/bdutilities.app@dev,
     bd-R/bdDwC@dev,
+    bd-R/bdutilities.app@dev,
     bd-R/bddwc.app@dev,
     bd-R/bdchecks@dev,
     bd-R/bdchecks.app@dev,