Skip to content

Commit

Permalink
Version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jul 10, 2022
1 parent 1c02ccb commit 568260e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ SetPackageInfo( rec(

PackageName := "FinInG",
Subtitle := "Finite Incidence Geometry",
Version := "1.4.2dev",
Date := "03/07/2020", # dd/mm/yyyy format
Version := "1.5",
Date := "10/07/2022", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

IssueTrackerURL := "https://github.com/gap-packages/FinInG/issues",
Expand All @@ -26,7 +26,7 @@ SourceRepository := rec(
# TODO: change PackageWWWHome back to http://www.fining.org
# (or better, https://www.fining.org) once it has the new
# version
PackageWWWHome := Concatenation( "https://gap-packages.github.io/", LowercaseString(~.PackageName) ),
PackageWWWHome := "https://gap-packages.github.io/FinInG",
README_URL := Concatenation( ~.PackageWWWHome, "/README.md" ),
PackageInfoURL := Concatenation( ~.PackageWWWHome, "/PackageInfo.g" ),
ArchiveURL := Concatenation( ~.SourceRepository.URL,
Expand Down

0 comments on commit 568260e

Please sign in to comment.