summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2019-07-01 15:45:31 +0200
committerJoel Klinghed <the_jk@opera.com>2019-07-01 15:45:31 +0200
commit5a44fed4a055f94e9ff3d6717a1c1b1b84edc7d7 (patch)
tree518141e93145251ec66fd79e2d73fa6ba7aa3301
parent30da59d1c8afe6834fc56aab9f8c96ebddd22234 (diff)
Bump version to 0.3.11
-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 bdf8227..e53bd40 100644
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ initscript {
}
}
dependencies {
- classpath 'org.thejk:flycheck-android-experimental:0.3.10'
+ classpath 'org.thejk:flycheck-android-experimental:0.3.11'
}
}
@@ -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.10.tar
+build/flycheck-android-experimental-0.3.11.tar
diff --git a/build.gradle b/build.gradle
index 06450ae..36e79e8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ dependencies {
apply plugin: 'maven'
group = 'org.thejk'
-version = '0.3.10'
+version = '0.3.11'
uploadArchives {
repositories {
@@ -63,5 +63,5 @@ class PackageTask extends DefaultTask {
}
task packageLisp(type: PackageTask) {
- packageName 'flycheck-android-experimental-0.3.10'
+ packageName 'flycheck-android-experimental-0.3.11'
}
diff --git a/flycheck-android-experimental-pkg.el b/flycheck-android-experimental-pkg.el
index fb04877..46d8bc4 100644
--- a/flycheck-android-experimental-pkg.el
+++ b/flycheck-android-experimental-pkg.el
@@ -1,4 +1,4 @@
(define-package
"flycheck-android-experimental"
- "0.3.10"
+ "0.3.11"
"A package with flycheck for android experimental gradle plugin.")