diff --git a/README.md b/README.md index 5f0ab9a40..f0b020492 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hummingbird theme -This is a PrestaShop's theme we are working on. Please, if you work on this theme, use the `8.0.x` branch of PrestaShop to make sure this theme is compatible with the latest `8.x` version. +This is a PrestaShop's theme we are working on. Please, if you work on this theme, use the `8.1.x` branch of PrestaShop to make sure this theme is compatible with the latest `8.1.x` version. [Read more](https://build.prestashop.com/news/new-theme-announce/) about this theme on the blog. diff --git a/config/theme.yml b/config/theme.yml index 762431ec2..ffa938e62 100644 --- a/config/theme.yml +++ b/config/theme.yml @@ -1,6 +1,6 @@ name: hummingbird display_name: Hummingbird -version: 0.1.6 +version: 0.1.7 author: name: "PrestaShop Team" email: "pub@prestashop.com" diff --git a/package-lock.json b/package-lock.json index ba20adfdb..443c92d64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prestashop-hummingbird-dev-tools", - "version": "0.1.5", + "version": "0.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "prestashop-hummingbird-dev-tools", - "version": "0.1.5", + "version": "0.1.7", "license": "AFL-3.0", "dependencies": { "@fontsource/inter": "^4.5.0", diff --git a/package.json b/package.json index 36460fa56..d1b530a92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prestashop-hummingbird-dev-tools", - "version": "0.1.5", + "version": "0.1.7", "description": "Tools to help while developing the Hummingbird theme", "engines": { "node": ">= 14"