Skip to content

Commit b60bd15

Browse files
authored
Dwk/dev (#242)
* New version: ZWarpedArrays v0.1.3 * correct register function argument in README * New version: TiledFactorizations v0.1.3
1 parent 06b30a8 commit b60bd15

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Then:
208208
- start Julia and enter the following:
209209
```julia
210210
using LocalRegistry, SomeNewPkg
211-
register(SomeNewPkg, "/home/tim/.julia/registries/HolyLabRegistry")
211+
register(SomeNewPkg, registry="/home/tim/.julia/registries/HolyLabRegistry")
212212
```
213213
where you replace the specific package name and path to the appropriate value on your system.
214214
This will add a new commit to the branch of HolyLabRegistry you just created.

T/TiledFactorizations/Compat.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ julia = "1.1.0-1"
2323

2424
["0.1.2-0"]
2525
ImageCore = "0.8.1-0.10"
26+
27+
["0.1.3-0"]
28+
Statistics = "1"

T/TiledFactorizations/Versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ git-tree-sha1 = "74e7ada3582f5d29a3c7ce9e362ad9c5391fa9e5"
99

1010
["0.1.2"]
1111
git-tree-sha1 = "13d1d865e4958ad3395fda22ef9acea457d35e5e"
12+
13+
["0.1.3"]
14+
git-tree-sha1 = "b3f325c6d86f36bffab65a58ce3b0bfc4c74eb14"

0 commit comments

Comments
 (0)