Skip to content

Commit f15f94c

Browse files
committed
docs: update docs
1 parent 8fe408d commit f15f94c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencyResolutionManagement {
3838
// to see the catalog declaration, double tab shift in IDE, search spigot-catalog
3939
}
4040
create("commons") {
41-
from("io.typst:common-catalog:1.0.0")
41+
from("io.typst:common-catalog:1.0.1")
4242
}
4343
}
4444
}

docs/multimodule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencyResolutionManagement {
104104
// For common plugins/dependencies (idea-ext, lombok, etc.)
105105
// NOTE: commons catalog = idea-ext, lombok (bStats is NOT here)
106106
create('commons') {
107-
from("io.typst:common-catalog:1.0.0")
107+
from("io.typst:common-catalog:1.0.1")
108108
}
109109
}
110110
}
@@ -138,7 +138,7 @@ dependencyResolutionManagement {
138138
// For common plugins/dependencies (idea-ext, lombok, etc.)
139139
// NOTE: commons catalog = idea-ext, lombok (bStats is NOT here)
140140
create("commons") {
141-
from("io.typst:common-catalog:1.0.0")
141+
from("io.typst:common-catalog:1.0.1")
142142
}
143143
}
144144
}
@@ -761,7 +761,7 @@ versionCatalogs {
761761
// For common plugins/dependencies (idea-ext, lombok, etc.)
762762
// NOTE: commons catalog = idea-ext, lombok (bStats is NOT here)
763763
create('commons') {
764-
from("io.typst:common-catalog:1.0.0")
764+
from("io.typst:common-catalog:1.0.1")
765765
}
766766
}
767767
```

docs/spigot_plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencyResolutionManagement {
6767
from("io.typst:spigot-catalog:1.0.0")
6868
}
6969
create("commons") {
70-
from("io.typst:common-catalog:1.0.0")
70+
from("io.typst:common-catalog:1.0.1")
7171
}
7272
}
7373
}
@@ -106,7 +106,7 @@ dependencyResolutionManagement {
106106
from('io.typst:spigot-catalog:1.0.0')
107107
}
108108
create('commons') {
109-
from('io.typst:common-catalog:1.0.0')
109+
from('io.typst:common-catalog:1.0.1')
110110
}
111111
}
112112
}
@@ -605,7 +605,7 @@ dependencyResolutionManagement {
605605
from("io.typst:spigot-catalog:1.0.0")
606606
}
607607
create("commons") {
608-
from("io.typst:common-catalog:1.0.0")
608+
from("io.typst:common-catalog:1.0.1")
609609
}
610610
}
611611
}

0 commit comments

Comments
 (0)