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

View File

@ -13,7 +13,7 @@ BaselineOfMiniDocs >> baseline: spec [
"Dependencies" "Dependencies"
spec spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ]; 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." "self xmlParserHTML: spec."
"Packages" "Packages"
spec spec
@ -26,7 +26,7 @@ BaselineOfMiniDocs >> baseline: spec [
{ #category : #accessing } { #category : #accessing }
BaselineOfMiniDocs >> semanticVersion [ BaselineOfMiniDocs >> semanticVersion [
^ '0.1.0' ^ '0.1.1'
] ]
{ #category : #accessing } { #category : #accessing }