diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de79b7..5549a52 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# [1.6.0](https://github.com/flextype-themes/nes/compare/v1.5.0...v1.6.0) (2020-08-26) + +### Features + +* **core** update code base for new Flextype 0.9.11 + # [1.5.0](https://github.com/flextype-themes/nes/compare/v1.4.0...v1.5.0) (2020-08-19) diff --git a/README.md b/README.md index e914bb0..70fb630 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![preview](preview.png)

-Version License Total downloads Flextype Discord +Version License Total downloads Flextype Discord

## Features @@ -16,7 +16,7 @@ The following dependencies need to be downloaded and installed for NES Theme. | Item | Version | Download | |---|---|---| -| [flextype](https://github.com/flextype/flextype) | 0.9.10 | [download](https://github.com/flextype/flextype/releases) | +| [flextype](https://github.com/flextype/flextype) | 0.9.11 | [download](https://github.com/flextype/flextype/releases) | | [site](https://github.com/flextype-plugins/site) | >=1.0.0 | [download](https://github.com/flextype-plugins/site/releases) | | [twig](https://github.com/flextype-plugins/twig) | >=1.0.0 | [download](https://github.com/flextype-plugins/twig/releases) | diff --git a/theme.yaml b/theme.yaml index b301c18..7b9be37 100755 --- a/theme.yaml +++ b/theme.yaml @@ -1,5 +1,5 @@ name: NES -version: 1.5.0 +version: 1.6.0 description: NES theme for Flextype. author: name: Sergey Romanenko @@ -10,6 +10,6 @@ bugs: https://github.com/flextype-themes/nes/issues license: MIT dependencies: - flextype: 0.9.10 + flextype: 0.9.11 site: '>=1.0.0' twig: '>=1.0.0'