Skip to content

Commit d578ae6

Browse files
committed
v2.0.7
- refactor: Bump to whole version number
1 parent 6d3cb4c commit d578ae6

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ContDataQC
22
Title: Quality Control (QC) of Continous Monitoring Data
3-
Version: 2.0.6.9028
3+
Version: 2.0.7
44
Authors@R: c(
55
person("Erik W", "Leppo", email="Erik.Leppo@tetratech.com",role=c("aut","cre")),
66
person("Ann","Roseberry Lincoln", role="ctb"),

NEWS

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ NEWS-ContDataQC
33

44
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->
55

6-
#> Last Update: 2022-06-15 17:38:48
6+
#> Last Update: 2022-06-15 17:44:13
77

88
# Version History
99

10+
## v2.0.7
11+
12+
2022-06-15
13+
14+
- refactor: Bump to whole version number
15+
1016
## v2.0.6.9028
1117

1218
2022-06-15

NEWS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ NEWS-ContDataQC
33

44
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->
55

6-
#> Last Update: 2022-06-15 17:38:48
6+
#> Last Update: 2022-06-15 17:44:13
77

88
# Version History
99

10+
## v2.0.7
11+
12+
2022-06-15
13+
14+
- refactor: Bump to whole version number
15+
1016
## v2.0.6.9028
1117

1218
2022-06-15

NEWS.rmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ cat(paste0("Last Update: ",Sys.time()))
2121

2222
# Version History
2323

24+
## v2.0.7
25+
2022-06-15
26+
27+
* refactor: Bump to whole version number
28+
2429
## v2.0.6.9028
2530
2022-06-15
2631

inst/shiny-examples/ContDataQC/ui.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tab_9Status <- source("external/tab_9Status.R", local = TRUE)$value
2929

3030
shinyUI(
3131
# VERSION ----
32-
navbarPage("Continuous data QC, summary, and statistics - v2.0.6.9028",
32+
navbarPage("Continuous data QC, summary, and statistics - v2.0.7",
3333
theme= shinytheme("spacelab")
3434
,tab_1Overview()
3535
,tab_2DataPrep()

0 commit comments

Comments
 (0)