From f9f9f6eaca83d238a3341e96cd30daf7684316b9 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 14 Jun 2023 14:17:41 -0600 Subject: [PATCH] prepare for release --- CHANGELOG.md | 2 +- blueprints.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e735d11..a7e21366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # v1.10.42 -## mm/dd/2023 +## 06/14/2023 1. [](#new) * Added a couple of string translations diff --git a/blueprints.yaml b/blueprints.yaml index ab6f1152..41dae902 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Admin Panel slug: admin type: plugin -version: 1.10.41.2 +version: 1.10.42 description: Adds an advanced administration panel to manage your site icon: empire author: @@ -15,7 +15,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.7.41' } + - { name: grav, version: '>=1.7.42' } - { name: form, version: '>=6.0.1' } - { name: login, version: '>=3.7.0' } - { name: email, version: '>=3.1.6' }