From 3161defc5ffb13a2e744b222e0668b85b5e1094c Mon Sep 17 00:00:00 2001 From: Jaybox325 Date: Sun, 20 Sep 2020 10:28:58 +0100 Subject: [PATCH] license --- CHANGELOG.md | 4 ++++ LICENCE.md => LICENSE.md | 0 composer.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) rename LICENCE.md => LICENSE.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8deb797..9337464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.13 +### Changed +- Renamed license to work with packagist + ## 1.0.12 ### Added - Basic footer markup diff --git a/LICENCE.md b/LICENSE.md similarity index 100% rename from LICENCE.md rename to LICENSE.md diff --git a/composer.json b/composer.json index c07a0b1..e0bb076 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "jaybox325/jaycraft", "description": "Craft boilerplate to work with JayBox325/JayPack", - "version": "1.0.12", + "version": "1.0.13", "type": "project", "require": { "adigital/cookie-consent-banner": "^1.1",