From 45bb022eb80101f33cf0efbf482738daf4735e19 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 3 Jan 2021 17:02:41 +0300 Subject: [PATCH] NES 1.10.0 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- theme.yaml | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd0cb7..0953875 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# [1.10.0](https://github.com/flextype-themes/nes/compare/v1.9.0...v1.10.0) (2021-01-03) + +### Features + +* **core** update code base for new Flextype 0.9.15 + # [1.9.0](https://github.com/flextype-themes/nes/compare/v1.8.0...v1.9.0) (2020-12-30) diff --git a/README.md b/README.md index 929b3b2..ede1cd4 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.14 | [download](https://github.com/flextype/flextype/releases) | +| [flextype](https://github.com/flextype/flextype) | 0.9.15 | [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 2b34d86..9bc1ce7 100755 --- a/theme.yaml +++ b/theme.yaml @@ -1,5 +1,5 @@ name: NES -version: 1.9.0 +version: 1.10.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.14 + flextype: 0.9.15 site: '>=1.0.0' twig: '>=1.0.0'