Skip to content

Commit

Permalink
up version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xera committed May 18, 2024
1 parent ea562a7 commit e059c41
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ How to use?
1. Apply Gradle plugin
```kotlin
plugins {
id("com.vk.vkompose") version "0.5.1"
id("com.vk.vkompose") version "0.5.2"
}
```

Expand Down Expand Up @@ -70,13 +70,13 @@ TestTagDrawConfig.isEnabled = true
Besides these plugins are published separately. So if you want to use only one, you can do.
```kotlin
plugins {
id("com.vk.recompose-highlighter") version "0.5.1"
id("com.vk.recompose-logger") version "0.5.1"
id("com.vk.compose-test-tag-applier") version "0.5.1"
id("com.vk.compose-test-tag-cleaner") version "0.5.1"
id("com.vk.compose-test-tag-drawer") version "0.5.1"
id("com.vk.compose-source-information-cleaner") version "0.5.1"
id("com.vk.composable-skippability-checker") version "0.5.1"
id("com.vk.recompose-highlighter") version "0.5.2"
id("com.vk.recompose-logger") version "0.5.2"
id("com.vk.compose-test-tag-applier") version "0.5.2"
id("com.vk.compose-test-tag-cleaner") version "0.5.2"
id("com.vk.compose-test-tag-drawer") version "0.5.2"
id("com.vk.compose-source-information-cleaner") version "0.5.2"
id("com.vk.composable-skippability-checker") version "0.5.2"
}

recomposeHighlighter {
Expand Down Expand Up @@ -139,7 +139,7 @@ You can download and install it from the jar file for [Iguana](idea-plugin/vkomp
There is one rule available that checks the skippability of functions. To use it, apply the dependency via the detektPlugin configuration in the dependencies block.
```kotlin
dependencies {
detektPlugins("com.vk.vkompose:detekt:0.5.1")
detektPlugins("com.vk.vkompose:detekt:0.5.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ POM_NAME=vkompose
POM_DESCRIPTION=Gradle plugins for Jetpack Compose
POM_URL=https://github.com/VKCOM/vkompose
POM_INCEPTION_YEAR=2023
VERSION_NAME=0.5.1
VERSION_NAME=0.5.2

POM_LICENSE_NAME=MIT
POM_LICENSE_URL=https://opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ POM_NAME=vkompose
POM_DESCRIPTION=Utilities for Jetpack Compose
POM_URL=https://github.com/VKCOM/vkompose
POM_INCEPTION_YEAR=2023
VERSION_NAME=0.5.1
VERSION_NAME=0.5.2

POM_LICENSE_NAME=MIT
POM_LICENSE_URL=https://opensource.org/licenses/MIT
Expand Down

0 comments on commit e059c41

Please sign in to comment.