Skip to content

Commit 2a82dbf

Browse files
committed
- [release] v0.13.0-a01
- Add new modules to README
1 parent f86d7bf commit 2a82dbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For multiplatform projects specify this single dependency:
4545
dependencies {
4646
implementation("com.mikepenz:multiplatform-markdown-renderer:${version}")
4747

48-
// Offers Material 2 defaults for Material 2 themed apps (com.mikepenz.markdown.m2.Markdown)
48+
// Offers Material 2 defaults for Material 3 themed apps (com.mikepenz.markdown.m2.Markdown)
4949
implementation("com.mikepenz:multiplatform-markdown-renderer-m2:${version}")
5050

5151
// Offers Material 3 defaults for Material 3 themed apps (com.mikepenz.markdown.m2.Markdown)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maven stuff
22
GROUP=com.mikepenz
3-
VERSION_NAME=0.12.0
4-
VERSION_CODE=1200
3+
VERSION_NAME=0.13.0-a01
4+
VERSION_CODE=1300
55

66
POM_URL=https://github.com/mikepenz/multiplatform-markdown-renderer
77

0 commit comments

Comments
 (0)