From a07db844e12c0496129ffca988eced690f1711c6 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Fri, 3 Mar 2023 11:43:38 +0200 Subject: [PATCH] Bump --- README.md | 4 ++-- dub.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 167fc09..436b35a 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ This should output something like the following: ![](example.png) -Various [styles](https://gogga.dpldocs.info/v2.1.14/gogga.transform.GoggaMode.html) are supported which can be set using `mode(GoggaMode)`. +Various [styles](https://gogga.dpldocs.info/v2.1.15/gogga.transform.GoggaMode.html) are supported which can be set using `mode(GoggaMode)`. --- -Or you can also [View the full API](https://gogga.dpldocs.info/v2.1.14/index.html). +Or you can also [View the full API](https://gogga.dpldocs.info/v2.1.15/index.html). diff --git a/dub.json b/dub.json index 06a0e49..08459d2 100644 --- a/dub.json +++ b/dub.json @@ -7,7 +7,7 @@ "dependencies": { "dlog": "0.3.8" }, - "description": "Simple VT100 colourised thread safe pretty printer for debug messages", + "description": "Simple VT100 colourised pretty-printing logger", "license": "LGPL 3.0", "name": "gogga", "targetType": "library"