Moved to Groowt 0.1.2.

This commit is contained in:
JesseBrault0709 2024-06-13 22:01:02 +02:00
parent 022b4a018f
commit 640dc1f856
2 changed files with 5 additions and 4 deletions

View File

@ -2,15 +2,16 @@
Here will be kept all of the various todos for this project, organized by release. Here will be kept all of the various todos for this project, organized by release.
## 0.4.1 ## 0.4.2
- [ ] `Text` component for simply rendering Text objects. Can be used as such: - [ ] `Text` component for simply rendering Text objects. Can be used as such:
``` ```
<Text path='/SomeText.md' /> <Text path='/SomeText.md' />
<Text name='SomeText.md' /> <Text name='SomeText.md' />
<Text text={text} /> <Text text={text} />
``` ```
- [ ] Update groowt to 0.1.1.
## 0.4.1
- [x] Update groowt to 0.1.2.
## Future ## Future

View File

@ -1,7 +1,7 @@
[versions] [versions]
commonmark = '0.22.0' commonmark = '0.22.0'
groovy = '4.0.21' groovy = '4.0.21'
groowt = '0.1.0' groowt = '0.1.2'
log4j2 = '2.23.1' log4j2 = '2.23.1'
mockito = '5.12.0' mockito = '5.12.0'
junit = '5.10.2' junit = '5.10.2'