Skip to content

Commit

Permalink
bump version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyaofei committed Aug 9, 2022
1 parent e8d6620 commit f728078
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@ esplugin {
}

group 'com.lingjoin'
version '0.2.1'

sourceCompatibility = 17
targetCompatibility = 17
version '0.2.2'

java {
withSourcesJar()
withJavadocJar()
sourceCompatibility = 17
targetCompatibility = 17
}

repositories {
Expand Down

0 comments on commit f728078

Please sign in to comment.