branch: elpa/dart-mode commit 3bac14200f9f8f8fcebc383087572da5c3823c34 Author: Brady Trainor <git_com...@tangential.info> Commit: Brady Trainor <git_com...@tangential.info>
Bump version to 1.0.7 --- dart-mode.el | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/dart-mode.el b/dart-mode.el index dbc9f13..1acfe37 100644 --- a/dart-mode.el +++ b/dart-mode.el @@ -1,11 +1,23 @@ ;;; dart-mode.el --- Major mode for editing Dart files -*- lexical-binding: t; -*- -;; Author: Brady Trainor <dart-mode_maintai...@tangential.info> +;; Author: https://github.com/bradyt/dart-mode/issues ;; URL: https://github.com/bradyt/dart-mode -;; Version: 1.0.6 +;; Version: 1.0.7 ;; Package-Requires: ((emacs "24.3")) ;; Keywords: languages +;; The author is Brady Trainor, but removed from keywords in attempt +;; to avoid some class of robots. + +;; Honorable mention to previous author, maintainer and +;; contributors. Please see git history for significant +;; contributions. They are mostly gone from the current repo, replaced +;; or split out to dart-server repo. Most of the Github stars are from +;; previous management. The mistakes and regressions in the rewrite +;; below are my own. The previous implementation was done with cc-mode +;; framework. Let me know if you think it should be added back as an +;; option. + ;;; Commentary: ;; Major mode for editing Dart files.