diff --git a/README.md b/README.md index c25634e..368b516 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ Then: - start Julia and enter the following: ```julia using LocalRegistry, SomeNewPkg -register(SomeNewPkg, "/home/tim/.julia/registries/HolyLabRegistry") +register(SomeNewPkg, registry="/home/tim/.julia/registries/HolyLabRegistry") ``` where you replace the specific package name and path to the appropriate value on your system. This will add a new commit to the branch of HolyLabRegistry you just created. diff --git a/T/TiledFactorizations/Compat.toml b/T/TiledFactorizations/Compat.toml index 4478253..cc1a6fd 100644 --- a/T/TiledFactorizations/Compat.toml +++ b/T/TiledFactorizations/Compat.toml @@ -23,3 +23,6 @@ julia = "1.1.0-1" ["0.1.2-0"] ImageCore = "0.8.1-0.10" + +["0.1.3-0"] +Statistics = "1" diff --git a/T/TiledFactorizations/Versions.toml b/T/TiledFactorizations/Versions.toml index f2be1ad..743fda0 100644 --- a/T/TiledFactorizations/Versions.toml +++ b/T/TiledFactorizations/Versions.toml @@ -9,3 +9,6 @@ git-tree-sha1 = "74e7ada3582f5d29a3c7ce9e362ad9c5391fa9e5" ["0.1.2"] git-tree-sha1 = "13d1d865e4958ad3395fda22ef9acea457d35e5e" + +["0.1.3"] +git-tree-sha1 = "b3f325c6d86f36bffab65a58ce3b0bfc4c74eb14"