Update version number

This commit is contained in:
Mr-Dave
2023-04-02 21:08:27 -06:00
parent 784422711e
commit f4fe46d4fa
2 changed files with 5 additions and 2 deletions

View File

@@ -1,2 +1,5 @@
Initial release of version 0.0.1
Summary of changes for version 0.1.1 are below
* Fix picture parameters
* Fix parsing for incorrect parameters
Initial release of version 0.1.0

View File

@@ -1,5 +1,5 @@
#!/bin/sh
BASE_VERSION="0.1.0"
BASE_VERSION="0.1.1"
if [ -d .git ]; then
if test "`git diff --name-only`" = "" ; then
GIT_COMMIT="git-"