Skip to content

Commit fd83c4d

Browse files
edelaruagithub-actions[bot]
authored andcommitted
[skip actions] Bump version to 0.1.0.9063
1 parent 872957c commit fd83c4d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# R specific hooks: https://github.com/lorenzwalthert/precommit
44
repos:
55
- repo: https://github.com/lorenzwalthert/precommit
6-
rev: v0.4.3.9001
6+
rev: v0.4.3.9003
77
hooks:
88
- id: style-files
99
args: [--style_pkg=styler, --style_fun=tidyverse_style]
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: prettier
5252
- repo: https://github.com/pre-commit/pre-commit-hooks
53-
rev: v4.6.0
53+
rev: v5.0.0
5454
hooks:
5555
- id: check-added-large-files
5656
args: ["--maxkb=200"]
@@ -76,6 +76,6 @@ repos:
7676
files: '\.Rhistory|\.RData|\.Rds|\.rds$'
7777
# `exclude: <regex>` to allow committing specific files.
7878
- repo: https://github.com/igorshubovych/markdownlint-cli
79-
rev: v0.41.0
79+
rev: v0.43.0
8080
hooks:
8181
- id: markdownlint

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: cardinal
33
Title: FDA Safety Tables and Figures
4-
Version: 0.1.0.9062
5-
Date: 2024-09-19
4+
Version: 0.1.0.9063
5+
Date: 2024-12-02
66
Authors@R:
77
person("Pawel", "Rucki", , "[email protected]", role = c("aut", "cre"))
88
Description: R package with implementation of Safety Tables and Figures

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# cardinal 0.1.0.9062
1+
# cardinal 0.1.0.9063
22

33
* Initial release.

0 commit comments

Comments
 (0)