summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-01-24 23:43:52 +0100
committerJoel Klinghed <the_jk@yahoo.com>2017-01-24 23:43:52 +0100
commitc8b66e4ba111638de97db80f543989d61f6dddc4 (patch)
tree07f6cad6deca2a735ef4d1f9c836a351f595a3eb
parent82b3ecf68c652547dd1e2b821cd08e46d28e8283 (diff)
Bump emacs package to 0.3.2
-rw-r--r--README2
-rw-r--r--build.gradle2
-rw-r--r--flycheck-android-experimental-pkg.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 8a98580..117ae20 100644
--- a/README
+++ b/README
@@ -73,4 +73,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.1.tar
+build/flycheck-android-experimental-0.3.2.tar
diff --git a/build.gradle b/build.gradle
index 8948990..69f770a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -63,5 +63,5 @@ class PackageTask extends DefaultTask {
}
task packageLisp(type: PackageTask) {
- packageName 'flycheck-android-experimental-0.3.1'
+ packageName 'flycheck-android-experimental-0.3.2'
}
diff --git a/flycheck-android-experimental-pkg.el b/flycheck-android-experimental-pkg.el
index a8567b0..d82721e 100644
--- a/flycheck-android-experimental-pkg.el
+++ b/flycheck-android-experimental-pkg.el
@@ -1,4 +1,4 @@
(define-package
"flycheck-android-experimental"
- "0.3.1"
+ "0.3.2"
"A package with flycheck for android experimental gradle plugin.")