Skip to content

Commit 52e7e2b

Browse files
committed
rebump version
1 parent 1dd37a5 commit 52e7e2b

File tree

9 files changed

+7
-7
lines changed

9 files changed

+7
-7
lines changed

CRAN-SUBMISSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Version: 2.2.0
2-
Date: 2022-12-19 14:53:08 UTC
3-
SHA: df7ac30fb881000826b9d1319c7e8ccb3925e3dc
2+
Date: 2022-12-19 15:31:26 UTC
3+
SHA: 1dd37a54211d349f24da52fde1390218510e5d6c

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: bs4Dash
22
Type: Package
33
Title: A 'Bootstrap 4' Version of 'shinydashboard'
4-
Version: 2.2.0
4+
Version: 2.2.1
55
Authors@R: c(
66
person("David", "Granjon", email = "dgranjon@ymail.com", role = c("aut", "cre")),
77
person(family = "RinteRface", role = "cph"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bs4Dash 2.2.0
1+
# bs4Dash 2.2.1
22

33
## New features
44
- New `pagination()` and `updatePagination()`. Bootstrap 4 implementation of

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ articles:
245245

246246
news:
247247
releases:
248-
- text: "bs4Dash 2.2.0"
248+
- text: "bs4Dash 2.2.1"
249249
- text: "bs4Dash 2.1.0"
250250
- text: "bs4Dash 2.0.3"
251251
- text: "bs4Dash 2.0.2"

inst/examples/showcase/app.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ shinyApp(
971971
scrollToTop = TRUE,
972972
header = dashboardHeader(
973973
title = dashboardBrand(
974-
title = "bs4Dash",
974+
title = sprintf("bs4Dash v%s", as.character(utils::packageVersion("bs4Dash"))),
975975
color = "primary",
976976
href = "https://divadnojnarg.github.io/outstanding-shiny-ui/",
977977
image = "https://adminlte.io/themes/v3/dist/img/user2-160x160.jpg",
@@ -1186,7 +1186,7 @@ shinyApp(
11861186
href = "https://twitter.com/divadnojnarg",
11871187
target = "_blank", "@DivadNojnarg"
11881188
),
1189-
right = "2020"
1189+
right = "2022"
11901190
),
11911191
title = "bs4Dash Showcase"
11921192
),

0 commit comments

Comments
 (0)