diff --git a/CITATION.cff b/CITATION.cff index 1cc9082..367adc0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -15,6 +15,6 @@ maintainers: orcid: "" repository-code: "https://github.com/rsdoiel/osf" -version: 0.0.6 +version: 0.0.7 license-url: "https://rsdoiel.github.io/osf/license.html" keywords: [ "GitHub", "text markup", "screen play" ] diff --git a/about.md b/about.md index cbece9e..e9a9a90 100644 --- a/about.md +++ b/about.md @@ -11,7 +11,7 @@ authors: orcid: "https://orcid.org/0000-0003-0900-6903" repository-code: "https://github.com/rsdoiel/osf" -version: 0.0.6 +version: 0.0.7 license-url: "https://rsdoiel.github.io/osf/license.html" keywords: [ "GitHub", "text markup", "screen play" ] @@ -20,7 +20,7 @@ keywords: [ "GitHub", "text markup", "screen play" ] About this software =================== -## osf 0.0.6 +## osf 0.0.7 ### Authors diff --git a/fadein2osf.1.md b/fadein2osf.1.md index bd85823..218af57 100644 --- a/fadein2osf.1.md +++ b/fadein2osf.1.md @@ -29,4 +29,4 @@ Display converted OSF 2.0 XML to the console fadein2osf -i screenplay.fadein -fadein2osf 0.0.6 +fadein2osf 0.0.7 diff --git a/installer.sh b/installer.sh index c1ddc5a..ebbb9ee 100755 --- a/installer.sh +++ b/installer.sh @@ -4,7 +4,7 @@ # Set the package name and version to install # PACKAGE="osf" -VERSION="0.0.6" +VERSION="0.0.7" GIT_GROUP="rsdoiel" RELEASE="https://github.com/$GIT_GROUP/$PACKAGE/releases/tag/v$VERSION" diff --git a/osf2txt.1.md b/osf2txt.1.md index 5514905..2b1f542 100644 --- a/osf2txt.1.md +++ b/osf2txt.1.md @@ -29,4 +29,4 @@ Or alternatively cat screenplay.osf | osf2txt > screenplay.txt -osf2txt 0.0.6 +osf2txt 0.0.7 diff --git a/txt2osf.1.md b/txt2osf.1.md index 425029e..452dc62 100644 --- a/txt2osf.1.md +++ b/txt2osf.1.md @@ -8,15 +8,15 @@ and returns an OSF 2.0 text OPTIONS - -generate-manpage generate man page - -generate-markdown generate Markdown documentation - -h, -help display help - -i, -input set the input filename - -l, -license display license - -nl, -newline add a trailing newline - -o, -output set the output filename - -quiet suppress error messages - -v, -version display version + -generate-manpage generate man page + -generate-markdown generate Markdown documentation + -h, -help display help + -i, -input set the input filename + -l, -license display license + -nl, -newline add a trailing newline + -o, -output set the output filename + -quiet suppress error messages + -v, -version display version EXAMPLES @@ -29,4 +29,4 @@ Or alternatively cat screenplay.txt | txt2osf > screenplay.osf -txt2osf 0.0.6 +txt2osf 0.0.7 diff --git a/version.go b/version.go index 2a8b433..cef6bd7 100644 --- a/version.go +++ b/version.go @@ -6,13 +6,13 @@ import ( const ( // Version number of release - Version = "0.0.6" + Version = "0.0.7" // ReleaseDate, the date version.go was generated ReleaseDate = "2024-03-11" // ReleaseHash, the Git hash when version.go was generated - ReleaseHash = "434050e" + ReleaseHash = "15c5472" LicenseText = ` All rights reserved.