From bd9ce7ffc9c5d4b3d635c2638e17de636c0d3836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Fri, 10 Dec 2021 13:11:39 +0100 Subject: [PATCH] New minor release --- README.md | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45e3443..1e50d1b 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,6 @@ Like above, but with progress information while the image is being generated: ## General information -* Version: 1.4.0 +* Version: 1.5.0 * Author: Alexander F. Rødseth <xyproto@archlinux.org> * License: MIT diff --git a/version.go b/version.go index b7dc231..de3a155 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package png2svg // VersionString contains the package name and the current version -const VersionString = "png2svg 1.4.0" +const VersionString = "png2svg 1.5.0"