From 792630523436f8f8535cb1fe525de1309be8b783 Mon Sep 17 00:00:00 2001 From: Marc Neuhaus Date: Tue, 8 Nov 2016 17:01:20 +0100 Subject: [PATCH] [TASK] Update version to 2.0.0 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 5b6c3d7..22ffd75 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name":"famelo\/pdf", "type":"typo3-flow-package", + "version": "2.0.0", "description":"Provides a quick and simple way to generate a PDF from a Fluid Template through the MPDF library", "require": { "typo3\/flow": "*",