Skip to content

Commit

Permalink
[skip actions] Bump version to 0.1.0.9015
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy authored and github-actions[bot] committed Apr 24, 2024
1 parent fb89a27 commit 4f1bc69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.1
rev: v0.4.2
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down Expand Up @@ -48,7 +48,7 @@ repos:
- id: no-browser-statement
- id: no-debug-statement
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
args: ['--maxkb=200']
Expand Down
2 changes: 1 addition & 1 deletion package/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tlg.catalog.pkg
Title: Tables, Listings and Graphs Catalog
Version: 0.1.0.9014
Version: 0.1.0.9015
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion package/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `tlg-catalog` 0.1.0.9014
# `tlg-catalog` 0.1.0.9015

- Reorganize files into `/book` and `/package` for testability purposes.
- The TLG Catalog is here!
Expand Down

0 comments on commit 4f1bc69

Please sign in to comment.