diff --git a/README.md b/README.md index faba7547..8a11c5d1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Blowfish is designed to be a powerful, lightweight theme for [Hugo](https://gohu - Multiple colour schemes (or fully customise your own) - Dark mode (forced on/off or auto-switching with user toggle) - Highly customisable configuration -- Firebase integration to support dynamic data (i.e. views) +- Firebase integration to support dynamic data +- Views count & like mechanism - Multiple homepage layouts - Flexible with any content types, taxonomies and menus - Multilingual content support inlcuding support for RTL languages diff --git a/package.json b/package.json index 318a1003..8a174558 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "1.2.0", + "version": "1.3.0", "description": "Blowfish theme for Hugo", "scripts": { "preinstall": "rimraf assets/vendor",