From cd6fd8e5a65b243fe591d2c69b02064864d47baf Mon Sep 17 00:00:00 2001 From: Boris Blondin Date: Thu, 24 Feb 2022 17:29:21 +0000 Subject: [PATCH] 3.0.3 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f19c97..7b7ec16b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # ryssbowh/craft-themes Changelog +## 3.0.3 - 2022-02-24 + +### Fixed +- proprietary licence in composer.json + ## 3.0.2 - 2022-02-21 ### Fixed diff --git a/composer.json b/composer.json index fe4ff121..a65d17a1 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "craftcms", "themes" ], - "license": "MIT", + "license": "proprietary", "authors": [ { "name": "The Web Puzzlers",