Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
- refactor: Bump version number for fix in previous commit
- docs: Create release on GitHub using new version number
  • Loading branch information
leppott committed Apr 5, 2024
1 parent 2e0ca17 commit 4b7023f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description: Suite of tools for data manipulation and calculations for Maryland
DNR MBSS program. Includes functions for calculating FIBI, BIBI (MBSS
genus), BIBI (MSW family), PHI, flow sums, ion contributions, and taxa
distribution maps.
Version: 1.1.0.9056
Version: 1.2.0
Authors@R: c(
person("Erik W.", "Leppo", email="Erik.Leppo@tetratech.com", role=c("aut","cre")),
person("Ann","Roseberry Lincoln", role="ctb"),
Expand Down
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ NEWS-MBSStools

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

#> Last Update: 2024-04-05 15:56:08.393988
#> Last Update: 2024-04-05 16:00:44.873446

# MBSStools v1.2.0 (2024-04-05)

- refactor: Bump version number for fix in previous commit
- docs: Create release on GitHub using new version number

# MBSStools v1.1.0.9056 (2024-04-05)

Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ NEWS-MBSStools

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

#> Last Update: 2024-04-05 15:56:08.393988
#> Last Update: 2024-04-05 16:00:44.873446

# MBSStools v1.2.0 (2024-04-05)

- refactor: Bump version number for fix in previous commit
- docs: Create release on GitHub using new version number

# MBSStools v1.1.0.9056 (2024-04-05)

Expand Down
5 changes: 5 additions & 0 deletions NEWS.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ knitr::opts_chunk$set(
cat(paste0("Last Update: ",Sys.time()))
```

MBSStools v1.2.0 (2024-04-05)
================
* refactor: Bump version number for fix in previous commit
* docs: Create release on GitHub using new version number

MBSStools v1.1.0.9056 (2024-04-05)
================
* fix: Revise family BIBI scoring thresholds, Issue #45
Expand Down
2 changes: 1 addition & 1 deletion inst/shiny-examples/MBSStools/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library(shinyjs) # used for togglestate of download button
shinyUI(fluidPage(

# Application title
titlePanel("MBSStools, IBI Calculator, v1.1.0.9055"),
titlePanel("MBSStools, IBI Calculator, v1.2.0"),

# SideBar
sidebarLayout(
Expand Down

0 comments on commit 4b7023f

Please sign in to comment.