Skip to content

Commit

Permalink
New patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Apr 18, 2023
1 parent 1fd28f8 commit 1a004dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a004dd

Please sign in to comment.