From 014305a2cc299c7efc5280c3725727ddd1020338 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 26 Jul 2021 06:16:25 -0700 Subject: [PATCH] Bump library registry submission parser A new 1.1.0 version of `arduino/library-registry-submission-parser` is now available. --- .github/workflows/manage-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manage-prs.yml b/.github/workflows/manage-prs.yml index efa8f5ab..25991d4f 100644 --- a/.github/workflows/manage-prs.yml +++ b/.github/workflows/manage-prs.yml @@ -1,7 +1,7 @@ name: Manage PRs env: - SUBMISSION_PARSER_VERSION: 1.0.1 # See: https://github.com/arduino/library-manager-submission-parser/releases + SUBMISSION_PARSER_VERSION: 1.1.0 # See: https://github.com/arduino/library-manager-submission-parser/releases MAINTAINERS: | # GitHub user names to request reviews from in cases where PRs can't be managed automatically. - per1234