Skip to content

Commit

Permalink
Set version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Sep 19, 2017
1 parent e72f847 commit 2e986d5
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
@@ -1,7 +1,7 @@
{
"name": "lochmueller/focuspoint",
"description": "Focuspoint integrate the focal point method to crop images in the frontend of the web page. Use the jQuery-focuspoint plugin (https://github.com/jonom/jquery-focuspoint example http://jonom.github.io/jquery-focuspoint/demos/helper/index.html) to crop the images. Use the function as wizard in the file list view and directly in the content element.",
"version": "2.1.6",
"version": "2.2.0",
"autoload": {
"psr-4": {
"HDNET\\Focuspoint\\": "Classes/"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'title' => 'Focuspoint',
'description' => 'Focuspoint integrate the focal point method to crop images in the frontend of the web page. Use the jQuery-focuspoint plugin (https://github.com/jonom/jquery-focuspoint example http://jonom.github.io/jquery-focuspoint/demos/helper/index.html) to crop the images. Use the function as wizard in the file list view and directly in the content element.',
'category' => 'be',
'version' => '2.1.6',
'version' => '2.2.0',
'state' => 'stable',
'clearcacheonload' => true,
'author' => 'Tim Lochmüller',
Expand Down

0 comments on commit 2e986d5

Please sign in to comment.