Skip to content

Commit 301013d

Browse files
walkowifgithub-actions[bot]
authored andcommitted
[skip actions] Bump version to 0.1.0.9150
1 parent c33dd4c commit 301013d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.0
6+
rev: v0.4.1
77
hooks:
88
- id: style-files
99
args: [--style_pkg=styler, --style_fun=tidyverse_style]
@@ -51,7 +51,7 @@ repos:
5151
hooks:
5252
- id: prettier
5353
- repo: https://github.com/pre-commit/pre-commit-hooks
54-
rev: v4.5.0
54+
rev: v4.6.0
5555
hooks:
5656
- id: check-added-large-files
5757
args: ["--maxkb=200"]

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: r.pkg.template
33
Title: R Package Template
4-
Version: 0.1.0.9149
5-
Date: 2024-03-21
4+
Version: 0.1.0.9150
5+
Date: 2024-04-09
66
Authors@R:
77
person("insightsengineering", , , "[email protected]", role = c("aut", "cre"))
88
Description: R package template with GitHub Actions workflows included.

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r.pkg.template 0.1.0.9149
1+
# r.pkg.template 0.1.0.9150
22

33
### New features
44

0 commit comments

Comments
 (0)