Skip to content

Commit

Permalink
Prepare for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba committed Sep 19, 2023
1 parent 5df9543 commit b6a35d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
@@ -1,5 +1,5 @@
# Showkase
![Showkase Version](https://img.shields.io/badge/Showkase-1.0.0--beta18-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.2.1-brightgreen)
![Showkase Version](https://img.shields.io/badge/Showkase-1.0.1-brightgreen) ![Compatible with Compose](https://img.shields.io/badge/Compatible%20with%20Compose-1.4.2-brightgreen)

Showkase is an annotation-processor based Android library that helps you organize, discover, search
and visualize [Jetpack Compose](https://developer.android.com/jetpack/compose) UI elements. With
Expand Down Expand Up @@ -75,14 +75,14 @@ Showkase supports both ksp and kapt. By default, it uses kapt as we only recentl
#### If you are using kapt

```kotlin
implementation "com.airbnb.android:showkase:1.0.0-beta18"
kapt "com.airbnb.android:showkase-processor:1.0.0-beta18"
implementation "com.airbnb.android:showkase:1.0.1"
kapt "com.airbnb.android:showkase-processor:1.0.1"
```

#### If you are using ksp
```kotlin
implementation "com.airbnb.android:showkase:1.0.0-beta18"
ksp "com.airbnb.android:showkase-processor:1.0.0-beta18"
implementation "com.airbnb.android:showkase:1.0.1"
ksp "com.airbnb.android:showkase-processor:1.0.1"
```

**Step 2**: Add the relevant annotations for every UI element that should be a part of the
Expand Down Expand Up @@ -447,7 +447,7 @@ a new issue so we can track it.
## License

```
Copyright 2022 Airbnb, Inc.
Copyright 2023 Airbnb, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -6,7 +6,7 @@ kapt.include.compile.classpath=false
RELEASE_SIGNING_ENABLED=true
SONATYPE_HOST=DEFAULT

VERSION_NAME=1.0.0-beta18
VERSION_NAME=1.0.1
GROUP=com.airbnb.android
POM_DESCRIPTION=Showkase is an Android library that helps you organize, discover, search and visualize Jetpack Compose components.
POM_URL=https://github.com/airbnb/Showkase
Expand Down

0 comments on commit b6a35d4

Please sign in to comment.