branch: elpa/mpv commit 4fd8baa508dbc1a6b42b4e40292c0dbb0f19c9b9 Author: Johann Klähn <joh...@jklaehn.de> Commit: Johann Klähn <joh...@jklaehn.de>
Bump version to 0.2.0 This makes a recent version available on NonGNU ELPA, see comments on #21. --- README.md | 2 +- mpv.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40f80900e2..3df953927a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# mpv.el [](http://stable.melpa.org/#/mpv) [](http://melpa.org/#/mpv) +# mpv.el [](https://elpa.nongnu.org/nongnu/mpv.html)[](http://stable.melpa.org/#/mpv) [](http://melpa.org/#/mpv) *control mpv for easy note-taking* This package is a potpourri of helper functions to control a [mpv][] diff --git a/mpv.el b/mpv.el index d3e6beb188..151ce63530 100644 --- a/mpv.el +++ b/mpv.el @@ -2,9 +2,9 @@ ;; Copyright (C) 2014-2018 Johann Klähn -;; Author: Johann Klähn <kljoh...@gmail.com> +;; Author: Johann Klähn <joh...@jklaehn.de> ;; URL: https://github.com/kljohann/mpv.el -;; Version: 0.1.0 +;; Version: 0.2.0 ;; Keywords: tools, multimedia ;; Package-Requires: ((cl-lib "0.5") (emacs "25.1") (json "1.3") (org "8.0"))