summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2019-05-16 12:37:49 +0200
committerJoel Klinghed <the_jk@opera.com>2019-05-16 12:37:49 +0200
commit11394cedf1258b787b24bfd0a49d961856708750 (patch)
tree31c4343c8032e282165474041a287cf5580baa5d
parent71ea8db3ae4db5810c72584dd777bfba468a8412 (diff)
Bump version to 0.3.10
-rw-r--r--README4
-rw-r--r--build.gradle4
-rw-r--r--flycheck-android-experimental-pkg.el2
3 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index a77125b..bdf8227 100644
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ initscript {
}
}
dependencies {
- classpath 'org.thejk:flycheck-android-experimental:0.3.9'
+ classpath 'org.thejk:flycheck-android-experimental:0.3.10'
}
}
@@ -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.9.tar
+build/flycheck-android-experimental-0.3.10.tar
diff --git a/build.gradle b/build.gradle
index d416279..06450ae 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ dependencies {
apply plugin: 'maven'
group = 'org.thejk'
-version = '0.3.9'
+version = '0.3.10'
uploadArchives {
repositories {
@@ -63,5 +63,5 @@ class PackageTask extends DefaultTask {
}
task packageLisp(type: PackageTask) {
- packageName 'flycheck-android-experimental-0.3.9'
+ packageName 'flycheck-android-experimental-0.3.10'
}
diff --git a/flycheck-android-experimental-pkg.el b/flycheck-android-experimental-pkg.el
index 36bddc8..fb04877 100644
--- a/flycheck-android-experimental-pkg.el
+++ b/flycheck-android-experimental-pkg.el
@@ -1,4 +1,4 @@
(define-package
"flycheck-android-experimental"
- "0.3.9"
+ "0.3.10"
"A package with flycheck for android experimental gradle plugin.")