Fixing dependency address.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-01-06 18:35:17 -05:00
parent a358c34c20
commit 40703573ed
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ BaselineOfMiniDocs >> baseline: spec [
"Dependencies"
spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
baseline: 'Tealight' with: [ spec repository: 'https://github.com/astares/Tealight' ].
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ].
"self xmlParserHTML: spec."
"Packages"
spec
@ -26,7 +26,7 @@ BaselineOfMiniDocs >> baseline: spec [
{ #category : #accessing }
BaselineOfMiniDocs >> semanticVersion [
^ '0.1.0'
^ '0.1.1'
]
{ #category : #accessing }