From 2d80a2e5188354faf85b72aacfc58e12e775460d Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Fri, 6 Jul 2018 15:00:29 +0200 Subject: Bump version to 0.3.8 --- README | 4 ++-- build.gradle | 4 ++-- flycheck-android-experimental-pkg.el | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index f85d686..4ffcf0c 100644 --- a/README +++ b/README @@ -44,7 +44,7 @@ initscript { } } dependencies { - classpath 'org.thejk:flycheck-android-experimental:0.3.7' + classpath 'org.thejk:flycheck-android-experimental:0.3.8' } } @@ -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.7.tar +build/flycheck-android-experimental-0.3.8.tar diff --git a/build.gradle b/build.gradle index ae06a61..562205b 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ dependencies { apply plugin: 'maven' group = 'org.thejk' -version = '0.3.7' +version = '0.3.8' uploadArchives { repositories { @@ -63,5 +63,5 @@ class PackageTask extends DefaultTask { } task packageLisp(type: PackageTask) { - packageName 'flycheck-android-experimental-0.3.7' + packageName 'flycheck-android-experimental-0.3.8' } diff --git a/flycheck-android-experimental-pkg.el b/flycheck-android-experimental-pkg.el index 3c36ba4..6bf33ef 100644 --- a/flycheck-android-experimental-pkg.el +++ b/flycheck-android-experimental-pkg.el @@ -1,4 +1,4 @@ (define-package "flycheck-android-experimental" - "0.3.7" + "0.3.8" "A package with flycheck for android experimental gradle plugin.") -- cgit v1.2.3-70-g09d2