Skip to content

Commit

Permalink
[TASK] V1.0.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoAndras committed Dec 5, 2017
1 parent 23375a6 commit 8f95e44
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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ó

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
...
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8f95e44

Please sign in to comment.