diff options
| author | Joel Klinghed <the_jk@opera.com> | 2017-12-05 13:31:53 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2017-12-05 13:31:53 +0100 |
| commit | 16a80d8a9062d22327c9e0e135aabd1931f949b2 (patch) | |
| tree | 440d7b33e7383e1f879ac81d09428392595752bf | |
| parent | 38167e774934b643338f94201b16a922d80bc448 (diff) | |
Bump version to 0.3.5
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | build.gradle | 4 | ||||
| -rw-r--r-- | flycheck-android-experimental-pkg.el | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -44,7 +44,7 @@ initscript { } } dependencies { - classpath 'org.thejk:flycheck-android-experimental:0.3.4' + classpath 'org.thejk:flycheck-android-experimental:0.3.5' } } @@ -93,4 +93,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.4.tar +build/flycheck-android-experimental-0.3.5.tar diff --git a/build.gradle b/build.gradle index 0cb29ce..f3506d6 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ dependencies { apply plugin: 'maven' group = 'org.thejk' -version = '0.3.4' +version = '0.3.5' uploadArchives { repositories { @@ -63,5 +63,5 @@ class PackageTask extends DefaultTask { } task packageLisp(type: PackageTask) { - packageName 'flycheck-android-experimental-0.3.4' + packageName 'flycheck-android-experimental-0.3.5' } diff --git a/flycheck-android-experimental-pkg.el b/flycheck-android-experimental-pkg.el index 4a69612..1f1dcaa 100644 --- a/flycheck-android-experimental-pkg.el +++ b/flycheck-android-experimental-pkg.el @@ -1,4 +1,4 @@ (define-package "flycheck-android-experimental" - "0.3.4" + "0.3.5" "A package with flycheck for android experimental gradle plugin.") |
