Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 4cf4a3b

Browse files
committed
Bump version to 0.4.5
1 parent bc1ff01 commit 4cf4a3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Interactive Grammar of Graphics
33
Description: An implementation of an interactive grammar of graphics, taking the
44
best parts of 'ggplot2', combining them with the reactive framework of
55
'shiny' and drawing web graphics using 'vega'.
6-
Version: 0.4.4.9000
6+
Version: 0.4.5
77
Authors@R: c(
88
person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"),
99
person("Hadley", "Wickham", role = "aut", email = "hadley@rstudio.com"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ggvis 0.4.4.9000
1+
# ggvis 0.4.5
22

33
* Switch from `dplyr::rbind_all()` to `dplyr::bind_rows()`, becuase `rbind_all` is being removed from dplyr 0.8.4. ([#482](https://github.com/rstudio/ggvis/pull/482))
44

0 commit comments

Comments
 (0)