From 2e986d594abb94b274fde8dd1b9ebc240006462b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochmu=CC=88ller?= Date: Tue, 19 Sep 2017 09:28:12 +0200 Subject: [PATCH] Set version to 2.2.0 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fdbadb6..54d975a 100644 --- a/composer.json +++ b/composer.json @@ -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/" diff --git a/ext_emconf.php b/ext_emconf.php index 17f05ea..69e2333 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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',