diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index b49fe8a..55fff79 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -36,9 +36,9 @@ jobs: git clone --depth 1 https://github.com/homalg-project/HigherHomologicalAlgebra.git git clone --depth 1 https://github.com/homalg-project/QPA2.git git clone --depth 1 https://github.com/homalg-project/Algebroids.git + git clone --depth 1 https://github.com/homalg-project/FunctorCategories.git git clone --depth 1 https://github.com/homalg-project/Toposes.git git clone --depth 1 https://github.com/homalg-project/FinSetsForCAP.git - git clone --depth 1 https://github.com/homalg-project/FunctorCategories.git git clone --depth 1 https://github.com/homalg-project/SubcategoriesForCAP.git # set SOURCE_DATE_EPOCH for reproducible PDFs export SOURCE_DATE_EPOCH=0 diff --git a/PackageInfo.g b/PackageInfo.g index b51eeaa..fc4f4e6 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -11,7 +11,7 @@ SetPackageInfo( rec( PackageName := "CatReps", Subtitle := "Representations and cohomology of finite categories", Version := Maximum( [ - "2020.10-04", ## Mohamed's version + "2020.10-05", ## Mohamed's version ## this line prevents merge conflicts "2020.10-02", ## Tibor's version ## this line prevents merge conflicts diff --git a/README.md b/README.md index c9f6905..e899b54 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ To obtain current versions of all dependencies, `git clone` (or `git pull` to up | 4. | **HigherHomologicalAlgebra** | https://github.com/homalg-project/HigherHomologicalAlgebra | | 5. | **QPA2** | https://github.com/homalg-project/QPA2 | | 6. | **Algebroids** | https://github.com/homalg-project/Algebroids | -| 7. | **Toposes** | https://github.com/homalg-project/Toposes | -| 8. | **FinSetsForCAP** | https://github.com/homalg-project/FinSetsForCAP | -| 9. | **FunctorCategories** | https://github.com/homalg-project/FunctorCategories | +| 7. | **FunctorCategories** | https://github.com/homalg-project/FunctorCategories | +| 8. | **Toposes** | https://github.com/homalg-project/Toposes | +| 9. | **FinSetsForCAP** | https://github.com/homalg-project/FinSetsForCAP | | 10. | **SubcategoriesForCAP** | https://github.com/homalg-project/SubcategoriesForCAP | [html-img]: https://img.shields.io/badge/HTML-stable-blue.svg