From f0acd704bed314de10c0c64de948c506895a35e6 Mon Sep 17 00:00:00 2001 From: Lorenz Walthert Date: Sat, 10 Oct 2020 18:28:21 +0200 Subject: [PATCH] Release v0.1.3, see NEWS.md for details. --- DESCRIPTION | 2 +- inst/pre-commit-config-pkg.yaml | 2 +- inst/pre-commit-config-proj.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dac2501cc..f73ddfe02 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: precommit Title: Pre-Commit Hooks -Version: 0.1.2.9002 +Version: 0.1.3 Author: Lorenz Walthert Maintainer: Lorenz Walthert Description: Useful git hooks for R building on top of the diff --git a/inst/pre-commit-config-pkg.yaml b/inst/pre-commit-config-pkg.yaml index a44079cb9..6a5b32817 100644 --- a/inst/pre-commit-config-pkg.yaml +++ b/inst/pre-commit-config-pkg.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.1.2.9001 + rev: v0.1.3 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] diff --git a/inst/pre-commit-config-proj.yaml b/inst/pre-commit-config-proj.yaml index b9d983771..50011485d 100644 --- a/inst/pre-commit-config-proj.yaml +++ b/inst/pre-commit-config-proj.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.1.2.9001 + rev: v0.1.3 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style]