Skip to content

Commit

Permalink
[Release] release/1.2.0-1.0.2 (#86)
Browse files Browse the repository at this point in the history
- Released Kalendar:1.2.0
- Released Endloss:1.0.2
  • Loading branch information
hi-manshu committed Oct 11, 2022
1 parent eb276ca commit 6a1e2ae
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,7 +25,7 @@ To add Kalendar, add this dependency,
```gradle
dependencies {
.....
implementation("com.himanshoe:kalendar:1.1.1")
implementation("com.himanshoe:kalendar:1.2.0")
}
```

Expand All @@ -34,7 +34,7 @@ or to use Kalendar Endlos, add this dependency,
```gradle
dependencies {
.....
implementation("com.himanshoe:kalendar-endlos:1.0.1")
implementation("com.himanshoe:kalendar-endlos:1.0.2")
}
```

Expand Down
7 changes: 7 additions & 0 deletions docs/Kalendar.md
Expand Up @@ -43,6 +43,13 @@ Preview:

### 3: Customization

> KalendarHeader
If you want to configure the KalendarHeader, use:
```kotlin
kalendarHeaderConfig : KalendarHeaderConfig
```

It is simple to customize Kalendar to suit your needs. There are many optional parameters you can use.

> Setting up Events
Expand Down
8 changes: 8 additions & 0 deletions docs/KalendarEndlos.md
Expand Up @@ -34,6 +34,14 @@ Preview:
With Kalendar at your disposal you have customization at your tip to make it suited based on your need.

`Kalendar` composable has lot of optional parameters that you can use. Like,

> KalendarHeader
If you want to configure the KalendarHeader, use:
```kotlin
kalendarHeaderConfig : KalendarHeaderConfig
```

> Setting up Events
```kotlin
kalendarEvents: List<KalendarEvent> = emptyList(),
Expand Down
2 changes: 1 addition & 1 deletion kalendar-endlos/gradle.properties
Expand Up @@ -5,7 +5,7 @@ POM_DESCRIPTION=An Elementary Compose Calendar.
POM_PACKAGING=aar
POM_INCEPTION_YEAR=2022
GROUP=com.himanshoe
VERSION_NAME=1.0.1
VERSION_NAME=1.0.2
VERSION_CODE=1
POM_URL=https://github.com/hi-manshu
POM_LICENCE_NAME=The Apache Software License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion kalendar/gradle.properties
Expand Up @@ -5,7 +5,7 @@ POM_DESCRIPTION=An Elementary Compose Calendar.
POM_PACKAGING=aar
POM_INCEPTION_YEAR=2022
GROUP=com.himanshoe
VERSION_NAME=1.1.1
VERSION_NAME=1.2.0
VERSION_CODE=1
POM_URL=https://github.com/hi-manshu
POM_LICENCE_NAME=The Apache Software License, Version 2.0
Expand Down

0 comments on commit 6a1e2ae

Please sign in to comment.