diff --git a/DESCRIPTION b/DESCRIPTION
index 752ef3a..b8753f1 100755
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Package: periscope
Type: Package
Title: Enterprise Streamlined 'Shiny' Application Framework
-Version: 0.6.0
+Version: 0.6.1
Authors@R: c(
person("Constance", "Brett", email="connie@aggregate-genius.com", role = c("aut", "cre")),
person("Isaac", "Neuhaus", role = "aut", comment = "canvasXpress JavaScript Library Maintainer"),
@@ -12,7 +12,7 @@ Description: An enterprise-targeted scalable and UI-standardized 'shiny' framewo
including a variety of developer convenience functions with the goal of both
streamlining robust application development while assisting with creating a
consistent user experience regardless of application or developer.
-URL: https://github.com/cb4ds/periscope, http://periscopeapps.org:3838, https://www.canvasxpress.org
+URL: https://github.com/cb4ds/periscope, http://periscopeapps.org:3838
BugReports: https://github.com/cb4ds/periscope/issues
License: GPL-3
Encoding: UTF-8
@@ -36,5 +36,6 @@ Suggests:
rmarkdown,
testthat,
shinydashboardPlus,
+ canvasXpress,
openxlsx (>= 3.0)
VignetteBuilder: knitr
diff --git a/NEWS.md b/NEWS.md
index 2f858c2..1c21142 100755
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
#Revisions and Change Log
-### v0.6.0
+### v0.6.1
* Updated to provide handling for shinydashboardPlus old (<= 0.7.5) and new versions (2.X)
* Removed import less-than requirement designation for shinydashboardPlus
* Ensured shiny 1.6 compatibility
diff --git a/README.md b/README.md
index bcd7a17..23399d4 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ output:
self_contained: yes
---
-
+
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/periscope?color=9bc2cf)](https://cran.r-project.org/package=periscope)
diff --git a/cran-comments.md b/cran-comments.md
index e6235ea..ad0c6d7 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -1,5 +1,7 @@
## Comments from Maintainer
+* 0.6.1 - our host had issues and we needed a few redirect fixes. Solved! Apologies.
+
* Updated the package to handle both the old and new releases of shinydashboardPlus
* Updated tests, fixed a few minor bugs