Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
tp26840 feat: Update gutenberg version to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiaSousa committed Aug 31, 2018
1 parent dc24f7b commit 7a1e7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ git clone [email protected]: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
Expand Down

0 comments on commit 7a1e7e2

Please sign in to comment.