diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-01-11 00:49:35 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-01-11 00:50:33 +0100 |
| commit | b873c503b645419b93c44e9bca803f56d79f393c (patch) | |
| tree | 94c0429f2c311e2c704d2952b50f4389891c6f00 | |
| parent | 16810b083ae6589a26ee0d0b60563447a92fc588 (diff) | |
Bump lisp package to 0.2
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | build.gradle | 3 | ||||
| -rw-r--r-- | flycheck-android-experimental-pkg.el | 2 |
3 files changed, 3 insertions, 4 deletions
@@ -73,4 +73,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.1.tar +build/flycheck-android-experimental-0.2.tar diff --git a/build.gradle b/build.gradle index 0af1d8e..f8f151c 100644 --- a/build.gradle +++ b/build.gradle @@ -63,6 +63,5 @@ class PackageTask extends DefaultTask { } task packageLisp(type: PackageTask) { - packageName 'flycheck-android-experimental-0.1' + packageName 'flycheck-android-experimental-0.2' } - diff --git a/flycheck-android-experimental-pkg.el b/flycheck-android-experimental-pkg.el index e2de15f..4255bea 100644 --- a/flycheck-android-experimental-pkg.el +++ b/flycheck-android-experimental-pkg.el @@ -1,4 +1,4 @@ (define-package "flycheck-android-experimental" - "0.1" + "0.2" "A package with flycheck for android experimental gradle plugin.") |
