branch: elpa/flymake-collection commit 1fc9cd28e6f8527a7e5ae0333e487bf3354fa36c Author: Mohsin Kaleem <mohk...@kisara.moe> Commit: Mohsin Kaleem <mohk...@kisara.moe>
(release): Cleanup before initial release --- .github/header.svg | 11 ----------- README.org | 2 +- flymake-rest.el | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/header.svg b/.github/header.svg deleted file mode 100644 index 81d3d98fd0..0000000000 --- a/.github/header.svg +++ /dev/null @@ -1,11 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="170"> - <style type="text/css"> - text {font-size: 60px; font-family: 'Roboto'; font-weight: 100;} - </style> - <g> - <rect x="0" y="0" width="100%" height="100%" fill="#222"></rect> - </g> - <g fill="#FFF"> - <text x="90" y="120">flymake-rest</text> - </g> -</svg> diff --git a/README.org b/README.org index cb7c85bfd3..fb2c84abfd 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,4 @@ -[[file:.github/header.jpg]] +#+TITLE: flymake-rest diff --git a/flymake-rest.el b/flymake-rest.el index e98dc69668..041ca57ca5 100644 --- a/flymake-rest.el +++ b/flymake-rest.el @@ -8,7 +8,7 @@ ;; Keywords: language tools ;; Package-Requires: ((emacs "26.1") (flymake "1")) ;; SPDX-License-Identifier: MIT -;; Version: 3.1 +;; Version: 1.0.0 ;; Copyright (c) 2021 Mohsin Kaleem ;;