diff --git a/docs/Compose.md b/docs/Compose.md index 4e0b58c3..b551fb1f 100644 --- a/docs/Compose.md +++ b/docs/Compose.md @@ -39,6 +39,7 @@ Ensure that you are using the library version that matches with the Compose UI v | :-: | :-: | | 1.2.x | 2.0.x | | 1.3.x | 2.1.x - 2.2.x | +| 1.4.x | 2.3.x | ## Calendar Composables diff --git a/gradle.properties b/gradle.properties index 330ec4fe..2f2accc6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true GROUP=com.kizitonwose.calendar -VERSION_NAME=2.2.1-SNAPSHOT +VERSION_NAME=2.3.0 POM_NAME=Calendar