From a80f6f7b5df5b5e430bef32c1684f18763ff9d14 Mon Sep 17 00:00:00 2001 From: vkuzel Date: Sun, 8 Nov 2020 07:31:15 +0100 Subject: [PATCH] * Version 2.1.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83b0d1a..5779cba 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A library which makes it easier to manually create a simple PDF document with [A } dependencies { - implementation("com.github.vkuzel:Simple-PDF-Layout:2.0.0") + implementation("com.github.vkuzel:Simple-PDF-Layout:2.1.0") } ``` @@ -46,6 +46,6 @@ A library which makes it easier to manually create a simple PDF document with [A ## Box model -Following image was drawn by `BoxModelDocumentTest.generateBoxModelDocumentTest()` method in this project. +Following image was rendered by `BoxModelDocumentTest.generateBoxModelDocumentTest()` method in this project. ![Document box model](document-box-model.png)