From 1a004dd0e1e13a815a9e56fbfaba515c3d6ec8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Fet=20R=C3=B8dseth?= Date: Tue, 18 Apr 2023 15:44:01 +0200 Subject: [PATCH] New patch release --- README.md | 2 +- version.go | 2 +- version.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2f2da7..24be3fb 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,6 @@ Like above, but with progress information while the image is being generated: ## General information -* Version: 1.5.2 +* Version: 1.5.3 * Author: Alexander F. Rødseth <xyproto@archlinux.org> * License: BSD-3 diff --git a/version.go b/version.go index 2091561..0d8bbfe 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.5.2" +const VersionString = "png2svg 1.5.3" diff --git a/version.sh b/version.sh index 1951a2a..d0013e2 100755 --- a/version.sh +++ b/version.sh @@ -4,7 +4,7 @@ # # The current version goes here, as the default value -VERSION=${1:-'1.5.2'} +VERSION=${1:-'1.5.3'} if [ -z "$1" ]; then echo "The current version is $VERSION, pass the new version as the first argument if you wish to change it"