Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
Version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
plnice committed Sep 8, 2019
1 parent 1f61387 commit 9c0edc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Build script snippet for plugins DSL for Gradle 2.1 and later:

``` groovy
plugins {
id "com.github.plnice.canidropjetifier" version "0.4"
id "com.github.plnice.canidropjetifier" version "0.5"
}
```

Expand All @@ -22,7 +22,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "com.github.plnice:canidropjetifier:0.4"
classpath "com.github.plnice:canidropjetifier:0.5"
}
}
Expand Down
2 changes: 1 addition & 1 deletion canidropjetifier/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}

group = "com.github.plnice"
version = "0.4"
version = "0.5"

publishing {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
kotlin("android")
kotlin("android.extensions")

id("com.github.plnice.canidropjetifier") version "0.4"
id("com.github.plnice.canidropjetifier") version "0.5"
}

android {
Expand Down

0 comments on commit 9c0edc4

Please sign in to comment.