From 06eff3bcf4cfba23405204d6bee38c9a8de0684a Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 21 Jun 2019 15:16:58 -0600 Subject: [PATCH] prepaer for release --- CHANGELOG.md | 2 +- blueprints.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1268a0c4..496e6c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # v1.10.0-beta.2 -## 06/17/2019 +## 06/21/2019 1. [](#improved) * Moved Remodal in-house and added support for stackable modals [#1698](https://github.com/getgrav/grav-plugin-admin/issues/1698), [#1699](https://github.com/getgrav/grav-plugin-admin/issues/1699) diff --git a/blueprints.yaml b/blueprints.yaml index a66135ea..c5d48620 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Admin Panel -version: 1.10.0-beta.1 +version: 1.10.0-beta.2 testing: true description: Adds an advanced administration panel to manage your site icon: empire @@ -14,7 +14,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.7.0-beta.1' } + - { name: grav, version: '>=1.7.0-beta.2' } - { name: form, version: '>=3.0.0' } - { name: login, version: '>=3.0.0' } - { name: email, version: '>=3.0.0' }