summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2018-09-27 15:07:20 +0200
committerJoel Klinghed <the_jk@opera.com>2018-09-27 15:07:20 +0200
commit544d9cdb939d1276e52978fd48c8d6b6d2b040ad (patch)
tree41114b532b08750e71a7e23c6ad65a1593d1b470
parent588018feb366a47bc6d5943bf429a06c13852319 (diff)
Bump version to 0.3.9
-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 4ffcf0c..a77125b 100644
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ initscript {
}
}
dependencies {
- classpath 'org.thejk:flycheck-android-experimental:0.3.8'
+ classpath 'org.thejk:flycheck-android-experimental:0.3.9'
}
}
@@ -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.8.tar
+build/flycheck-android-experimental-0.3.9.tar
diff --git a/build.gradle b/build.gradle
index 562205b..d416279 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ dependencies {
apply plugin: 'maven'
group = 'org.thejk'
-version = '0.3.8'
+version = '0.3.9'
uploadArchives {
repositories {
@@ -63,5 +63,5 @@ class PackageTask extends DefaultTask {
}
task packageLisp(type: PackageTask) {
- packageName 'flycheck-android-experimental-0.3.8'
+ packageName 'flycheck-android-experimental-0.3.9'
}
diff --git a/flycheck-android-experimental-pkg.el b/flycheck-android-experimental-pkg.el
index 6bf33ef..36bddc8 100644
--- a/flycheck-android-experimental-pkg.el
+++ b/flycheck-android-experimental-pkg.el
@@ -1,4 +1,4 @@
(define-package
"flycheck-android-experimental"
- "0.3.8"
+ "0.3.9"
"A package with flycheck for android experimental gradle plugin.")