Skip to content

Commit

Permalink
prepare next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Jan 30, 2024
1 parent 9900fcf commit 28c8d4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Version 0.9.6 *(2024-01-30)*
* [#418](https://github.com/jaredsburrows/gradle-license-plugin/pull/418) Apply Ktlint 12.10
* [#217](https://github.com/jaredsburrows/gradle-license-plugin/pull/416) Bump compileOnly AGP to 7.1.3

## Version 0.9.5 *(2024-01-30)*
* [#465](https://github.com/jaredsburrows/gradle-license-plugin/pull/416) Bump compileOnly AGP to 7.0.4
* [#415](https://github.com/jaredsburrows/gradle-license-plugin/pull/415) Bump compileOnly AGP to 4.2.2
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Also, for Android projects the license HTML file will be copied to `<project>/sr
|----------------|-----------------------------------------------|----------------------------------------------------------------------------------:|
| <= 0.9.4 | <= 7.0.2 | 3.6.4+ |
| 0.9.5 | 7.0.2 | 3.6.4+ |
| 0.9.6 | 7.1.3 | 3.6.4+ |

## Download

Expand All @@ -31,7 +32,7 @@ Also, for Android projects the license HTML file will be copied to `<project>/sr

```kotlin
plugins {
id("com.jaredsburrows.license") version "0.9.5"
id("com.jaredsburrows.license") version "0.9.6"
}
```
</details>
Expand All @@ -48,7 +49,7 @@ buildscript {
}
dependencies {
classpath 'com.jaredsburrows:gradle-license-plugin:0.9.5'
classpath 'com.jaredsburrows:gradle-license-plugin:0.9.6'
}
}
Expand All @@ -67,7 +68,7 @@ and [here](https://central.sonatype.com/artifact/com.jaredsburrows/gradle-licens

```kotlin
plugins {
id("com.jaredsburrows.license") version "0.9.6-SNAPSHOT"
id("com.jaredsburrows.license") version "0.9.7-SNAPSHOT"
}
```
</details>
Expand All @@ -83,7 +84,7 @@ buildscript {
}
dependencies {
classpath 'com.jaredsburrows:gradle-license-plugin:0.9.6-SNAPSHOT'
classpath 'com.jaredsburrows:gradle-license-plugin:0.9.7-SNAPSHOT'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true

GROUP=com.jaredsburrows
VERSION_NAME=0.9.6-SNAPSHOT
VERSION_NAME=0.9.7-SNAPSHOT

POM_INCEPTION_YEAR=2016
POM_PACKAGING=jar
Expand Down

0 comments on commit 28c8d4b

Please sign in to comment.