diff options
| -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.13' + classpath 'org.thejk:flycheck-android-experimental:0.3.14' } } @@ -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.13.tar +build/flycheck-android-experimental-0.3.14.tar diff --git a/build.gradle b/build.gradle index 99b5654..55d96c0 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ dependencies { } group = 'org.thejk' -version = '0.3.13' +version = '0.3.14' publishing { repositories { @@ -75,5 +75,5 @@ class PackageTask extends DefaultTask { } task packageLisp(type: PackageTask) { - packageName 'flycheck-android-experimental-0.3.13' + packageName 'flycheck-android-experimental-0.3.14' } diff --git a/flycheck-android-experimental-pkg.el b/flycheck-android-experimental-pkg.el index 27e9ca8..0811a85 100644 --- a/flycheck-android-experimental-pkg.el +++ b/flycheck-android-experimental-pkg.el @@ -1,4 +1,4 @@ (define-package "flycheck-android-experimental" - "0.3.13" + "0.3.14" "A package with flycheck for android experimental gradle plugin.") |
