diff --git a/PackageInfo.g b/PackageInfo.g index 108afd4..371d04a 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -4,7 +4,7 @@ SetPackageInfo( rec( Subtitle := "for syzygies of string modules over special biserial algebras", - Version := "v0.6.4", + Version := "v0.6.5", Date := "24/02/2021", diff --git a/README b/README index 8666e37..56eee1a 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ +--------------------------------------------------------+--------------------+ | | Copyright (C) 2021 | -| SBStrips (v0.6.4) | Joe Allen | +| SBStrips (v0.6.5) | Joe Allen | | | [he/him/his] | +--------------------------------------------------------+--------------------+ @@ -28,9 +28,9 @@ The SBStrips can be installed by following these steps (assuming you already have GAP installed.) 1. Download the archive file - sbstrips/archive/v0.6.4.tar.gz + sbstrips/archive/v0.6.5.tar.gz from - https://github.com/jw-allen/sbstrips/archive/v0.6.4.tar.gz + https://github.com/jw-allen/sbstrips/archive/v0.6.5.tar.gz 2. Unpack it into your pkg directory. It should create a subdirectory called sbstrips. diff --git a/doc/main.xml b/doc/main.xml index 9299db7..9012f02 100644 --- a/doc/main.xml +++ b/doc/main.xml @@ -14,7 +14,7 @@ QPA"> SBStrips"> true"> - + ] > diff --git a/makedocrel.g b/makedocrel.g index b82536f..f126dd4 100644 --- a/makedocrel.g +++ b/makedocrel.g @@ -27,7 +27,7 @@ LoadPackage("GAPDoc"); # source code in (the pkg/ subdirectory of) the root GAP directory, I must # update . -path := "/proc/cygdrive/C/Users/Joe/Documents/GitHub/pkg/sbstrips-0.6.4/doc"; +path := "/proc/cygdrive/C/Users/Joe/Documents/GitHub/pkg/sbstrips-0.6.5/doc"; main := "main.xml"; files := [ "../lib/1reg.gd", "../lib/info.gd", @@ -53,7 +53,7 @@ bookname := "SBStrips"; MakeGAPDocDoc( path, main, files, bookname, relpath, "MathJax" ); # This makes HTML versions look nicer -CopyHTMLStyleFiles( "Documents/GitHub/pkg/sbstrips-0.6.4/doc/" ); +CopyHTMLStyleFiles( "Documents/GitHub/pkg/sbstrips-0.6.5/doc/" ); # This affords compatibility with old style package manuals GAPDocManualLab( "SBStrips" ); \ No newline at end of file diff --git a/version b/version index d2b13eb..ef5e445 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.6.4 +0.6.5