diff options
| author | Joel Klinghed <the_jk@opera.com> | 2018-09-27 15:07:20 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2018-09-27 15:07:20 +0200 |
| commit | 544d9cdb939d1276e52978fd48c8d6b6d2b040ad (patch) | |
| tree | 41114b532b08750e71a7e23c6ad65a1593d1b470 /build.gradle | |
| parent | 588018feb366a47bc6d5943bf429a06c13852319 (diff) | |
Bump version to 0.3.9
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 562205b..d416279 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ dependencies { apply plugin: 'maven' group = 'org.thejk' -version = '0.3.8' +version = '0.3.9' uploadArchives { repositories { @@ -63,5 +63,5 @@ class PackageTask extends DefaultTask { } task packageLisp(type: PackageTask) { - packageName 'flycheck-android-experimental-0.3.8' + packageName 'flycheck-android-experimental-0.3.9' } |
