Skip to content

Commit

Permalink
fix bad versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Mar 3, 2020
1 parent 0229f1d commit 5014dd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## Version 0.8.70 (2020-03-03)
* Fix bad versioning - 0.8.7 -> 0.8.70, new snapshot is 0.8.80-SNAPSHOT

Many thanks to
[@PaulWoitaschek](https://github.com/PaulWoitaschek)
for the code contributions!

## Version 0.8.7 (2020-03-01)
* [#112](https://github.com/jaredsburrows/gradle-license-plugin/pull/112) Fix windows file path
* [#114](https://github.com/jaredsburrows/gradle-license-plugin/pull/114) Include Copyright owner/date in HTML license report; show multiple licenses
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
}
dependencies {
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.7'
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.70'
}
}
Expand All @@ -39,7 +39,7 @@ buildscript {
}
dependencies {
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.8-SNAPSHOT'
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.80-SNAPSHOT'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.jaredsburrows
VERSION_NAME=0.8.8-SNAPSHOT
VERSION_NAME=0.8.80-SNAPSHOT

POM_NAME=Gradle License Plugin
POM_ARTIFACT_ID=gradle-license-plugin
Expand Down

0 comments on commit 5014dd5

Please sign in to comment.