Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Jan 7, 2023
1 parent 9c067a5 commit 82152e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: reactable
Type: Package
Title: Interactive Data Tables for R
Version: 0.4.2.9000
Version: 0.4.3
Authors@R: c(
person("Greg", "Lin", email = "[email protected]", role = c("aut", "cre")),
person("Tanner", "Linsley", role = c("ctb", "cph"), comment = "React Table library"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# reactable 0.4.2.9000 (Unreleased)
# reactable 0.4.3

* Fixed a failing CRAN check on the `r-devel-linux-x86_64-fedora-clang` platform. ([#308](https://github.com/glin/reactable/issues/308))

Expand Down
2 changes: 1 addition & 1 deletion inst/htmlwidgets/reactable.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: reactable
version: 0.4.2.9000
version: 0.4.3
src: htmlwidgets
stylesheet: reactable.css

0 comments on commit 82152e8

Please sign in to comment.