Skip to content

Commit 133847d

Browse files
committed
Update version
1 parent 2d85ed3 commit 133847d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ggplot2
22
Type: Package
33
Title: An implementation of the Grammar of Graphics
4-
Version: 0.9.2.99
4+
Version: 0.9.3
55
Author: Hadley Wickham <h.wickham@gmail.com>, Winston Chang <winston@stdout.org>
66
Maintainer: Hadley Wickham <h.wickham@gmail.com>
77
Description: An implementation of the grammar of graphics
@@ -23,7 +23,7 @@ Imports:
2323
grid,
2424
gtable (>= 0.1.1),
2525
reshape2,
26-
scales (>= 0.2.2.99.1),
26+
scales (>= 0.2.3),
2727
proto,
2828
MASS
2929
Suggests:

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ggplot2 0.9.2.99
1+
ggplot2 0.9.3
22
----------------------------------------------------------------
33

44
* The `plotmatrix` function has been deprecated and prints a warning

0 commit comments

Comments
 (0)