Skip to content

Commit

Permalink
fixed Postleitzahl
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Aug 29, 2020
1 parent c1fa9eb commit c95b802
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 @@ -11,7 +11,7 @@ SetPackageInfo( rec(
PackageName := "CatReps",
Subtitle := "Representations and cohomology of finite categories",
Version := Maximum( [
"2020.05.15", ## Mohamed's version
"2020.05.16", ## Mohamed's version
## this line prevents merge conflicts
"2020.01.01", ## Tibor's version
## this line prevents merge conflicts
Expand All @@ -31,7 +31,7 @@ Persons := [
Email := "[email protected]",
PostalAddress := Concatenation(
"Walter-Flex-Str. 3\n",
"57072 Siegen\n",
"57068 Siegen\n",
"Germany" ),
Place := "Siegen",
Institution := "University of Siegen",
Expand All @@ -45,7 +45,7 @@ Persons := [
Email := "[email protected]",
PostalAddress := Concatenation(
"Walter-Flex-Str. 3\n",
"57072 Siegen\n",
"57068 Siegen\n",
"Germany" ),
Place := "Siegen",
Institution := "University of Siegen",
Expand Down

0 comments on commit c95b802

Please sign in to comment.