Skip to content

Commit

Permalink
Set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Jun 15, 2017
1 parent 2d9f273 commit 117add9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "Optimization of the final page: reformatting the (x)html output, removal of new lines, and quotes.",
"homepage": "https://github.com/lochmueller/sourceopt",
"version": "0.9.3",
"version": "1.0.0",
"autoload": {
"psr-4": {
"HTML\\Sourceopt\\": "Classes/"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => 'Source Optimization',
'description' => 'Optimization of the final page: reformatting the (x)html output, removal of new lines, and quotes. Move development repository to https://github.com/lochmueller/sourceopt',
'category' => 'fe',
'version' => '0.9.3',
'version' => '1.0.0',
'state' => 'stable',
'author' => 'Dr. Ronald P. Steiner, Boris Nicolai, Tim Lochmueller',
'author_email' => '[email protected], [email protected], [email protected]',
Expand Down

0 comments on commit 117add9

Please sign in to comment.