diff options
| author | Joel Klinghed <the_jk@opera.com> | 2018-02-16 12:41:16 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2018-02-16 12:41:16 +0100 |
| commit | 45ac40996d30ff7534350a2fccf5c34331732bfc (patch) | |
| tree | 97fabb5b71b9f29eade57d3c72e07b147f134154 | |
| parent | 08507a5ba2acb03d769660bba10bbe1cb3cbfabc (diff) | |
Bump version to 0.3.7
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | build.gradle | 4 | ||||
| -rw-r--r-- | flycheck-android-experimental-pkg.el | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -44,7 +44,7 @@ initscript { } } dependencies { - classpath 'org.thejk:flycheck-android-experimental:0.3.6' + classpath 'org.thejk:flycheck-android-experimental:0.3.7' } } @@ -113,4 +113,4 @@ Build the gradle plugin jar and upload the "../repo" repository by default. ./gradle packageList Build the Emacs package placing it in -build/flycheck-android-experimental-0.3.6.tar +build/flycheck-android-experimental-0.3.7.tar diff --git a/build.gradle b/build.gradle index 2fcda4f..ae06a61 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ dependencies { apply plugin: 'maven' group = 'org.thejk' -version = '0.3.6' +version = '0.3.7' uploadArchives { repositories { @@ -63,5 +63,5 @@ class PackageTask extends DefaultTask { } task packageLisp(type: PackageTask) { - packageName 'flycheck-android-experimental-0.3.6' + packageName 'flycheck-android-experimental-0.3.7' } diff --git a/flycheck-android-experimental-pkg.el b/flycheck-android-experimental-pkg.el index 24e123a..3c36ba4 100644 --- a/flycheck-android-experimental-pkg.el +++ b/flycheck-android-experimental-pkg.el @@ -1,4 +1,4 @@ (define-package "flycheck-android-experimental" - "0.3.6" + "0.3.7" "A package with flycheck for android experimental gradle plugin.") |
