From 7a1e7e2b18dfb0aaf657f4df67c025042b45063b Mon Sep 17 00:00:00 2001 From: Sofia Sousa Date: Fri, 31 Aug 2018 15:18:33 +0100 Subject: [PATCH] tp26840 feat: Update gutenberg version to 3.7.0 --- README.md | 2 +- scripts/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f95402..633bdea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ We made [Gutenberg](https://github.com/Wordpress/gutenberg) editor a little more Gutenberg editor can **be easly included in your apps** with this [package](https://github.com/front/gutenberg-js). Also you can customize blocks menu panels, blocks categories, document panels and more! -This package is based on [Gutenberg v3.6.2](https://github.com/WordPress/gutenberg/releases/tag/v3.6.2). +This package is based on [Gutenberg v3.7.0](https://github.com/WordPress/gutenberg/releases/tag/v3.7.0). ## Table of contents diff --git a/scripts/install.sh b/scripts/install.sh index f6bc6d8..9f9d02a 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -13,7 +13,7 @@ git clone git@github.com:WordPress/gutenberg.git cd gutenberg # checkout to version we want -git checkout tags/v3.6.2 +git checkout tags/v3.7.0 # remobe git references rm -rf .git