Skip to content

Commit 417c722

Browse files
committed
bump version
1 parent 0aa220a commit 417c722

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Conan Android Gradle Plugin is distributed through Gradle Plugin Portal ( `plugi
2323
To use this plugin, include it in the top level `build.gradle`:
2424
```groovy
2525
plugins {
26-
id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
26+
id 'app.opendocument.conanandroidgradleplugin' version "0.9.6" apply false
2727
}
2828
```
2929

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ kotlin {
3232
}
3333

3434
group = "app.opendocument"
35-
version = "0.9.5"
35+
version = "0.9.6"
3636

3737
gradlePlugin {
3838
website = "https://github.com/opendocument-app/ConanAndroidGradlePlugin"

0 commit comments

Comments
 (0)