summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2022-11-08 22:29:21 +0100
committerJoel Klinghed <the_jk@spawned.biz>2022-11-08 22:29:21 +0100
commit4d79bc6313f1638160776cc226d5eeca00a61a54 (patch)
tree87eaec0dcbcf62cc847eaf5740fb4a5b1ae2b47a
parentbbe3401c42cba0e499a9d5e7ce4f4ac63b3e765f (diff)
Bump version to 0.3.13
-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 7be81d7..e945b8f 100644
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ initscript {
}
}
dependencies {
- classpath 'org.thejk:flycheck-android-experimental:0.3.12'
+ classpath 'org.thejk:flycheck-android-experimental:0.3.13'
}
}
@@ -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.12.tar
+build/flycheck-android-experimental-0.3.13.tar
diff --git a/build.gradle b/build.gradle
index b90dfe6..99b5654 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ dependencies {
}
group = 'org.thejk'
-version = '0.3.12'
+version = '0.3.13'
publishing {
repositories {
@@ -75,5 +75,5 @@ class PackageTask extends DefaultTask {
}
task packageLisp(type: PackageTask) {
- packageName 'flycheck-android-experimental-0.3.12'
+ packageName 'flycheck-android-experimental-0.3.13'
}
diff --git a/flycheck-android-experimental-pkg.el b/flycheck-android-experimental-pkg.el
index c2c708d..27e9ca8 100644
--- a/flycheck-android-experimental-pkg.el
+++ b/flycheck-android-experimental-pkg.el
@@ -1,4 +1,4 @@
(define-package
"flycheck-android-experimental"
- "0.3.12"
+ "0.3.13"
"A package with flycheck for android experimental gradle plugin.")