From 8f95e44d1c7943674c445b06ba2a9e2a5b1146f2 Mon Sep 17 00:00:00 2001 From: "LAPTOP-N9I5QGJD\\ottoa" Date: Tue, 5 Dec 2017 17:07:12 +0100 Subject: [PATCH] [TASK] V1.0.1 Release --- Documentation/Settings.cfg | 4 ++-- Documentation/Settings.yml | 4 ++-- composer.json | 2 +- ext_emconf.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 8549817..302cffb 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -23,8 +23,8 @@ ; you can use in 'conf.py' project = Content Security Policy -version = 1.0.0 (=latest) -release = 1.0.0 (=latest) +version = 1.0.1 (=latest) +release = 1.0.1 (=latest) t3author = András Ottó copyright = since 2017 by András Ottó diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index a90255b..69d00ce 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,6 +6,6 @@ conf.py: copyright: 2017 project: Content Security Policy - version: 1.0.0 - release: 1.0.0 + version: 1.0.1 + release: 1.0.1 ... diff --git a/composer.json b/composer.json index 8467f3a..26a1c1a 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "typo3-cms-extension", "description": "Generates the Content-Security-Policy response header based on the content of the page", "homepage": "https://github.com/OttoAndras/typo3-csp", - "version": "1.0.0", + "version": "1.0.1", "autoload": { "psr-4": { "AndrasOtto\\Csp\\": "Classes/" diff --git a/ext_emconf.php b/ext_emconf.php index e953941..36912ba 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -17,7 +17,7 @@ 'title' => 'CSP: Content Security Policy', 'description' => 'Generates the Content-Security-Policy response header based on the content of the page', 'category' => 'misc', - 'version' => '1.0.0', + 'version' => '1.0.1', 'state' => 'stable', 'createDirs' => '', 'clearcacheonload' => true,