Skip to content

Commit

Permalink
version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Oct 14, 2020
1 parent 1cdee24 commit ab9a5b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shinyscreenshot
Title: Capture Screenshots of Entire Pages or Parts of Pages in 'Shiny'
Version: 0.0.9000
Version: 0.1.0
Authors@R: c(
person("Dean", "Attali", email = "[email protected]",
role = c("aut", "cre")),
Expand All @@ -13,7 +13,7 @@ Description: Capture Screenshots in 'Shiny' applications. Screenshots can either
of the entire viewable page, or a specific section of the page. The captured
image is automatically downloaded as a PNG image. Powered by the
'html2canvas' JavaScript library.
URL: https://deanattali.com/shinyscreenshot
URL: https://github.com/daattali/shinyscreenshot https://daattali.com/shiny/shinyscreenshot-demo/
BugReports: https://github.com/daattali/shinyscreenshot/issues
Depends:
R (>= 3.1.0)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# shinyscreenshot 1.0 (TBD)
# shinyscreenshot 0.1.0 (2020-10-13)

Initial release

0 comments on commit ab9a5b8

Please sign in to comment.