Skip to content

Commit

Permalink
[Release] 1.1.1 for Kalendar and 1.0.1 Kalendar-Endloss version!
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-manshu committed Oct 5, 2022
1 parent 88fdf52 commit e7e8597
Show file tree
Hide file tree
Showing 3 changed files with 4 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.0")
implementation("com.himanshoe:kalendar:1.1.1")
}
```

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

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.0-RC5
VERSION_NAME=1.0.1
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.0.0
VERSION_NAME=1.1.1
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 e7e8597

Please sign in to comment.