File: 0001-declare-correct-version.patch

package info (click to toggle)
emacs-neotree 0.5.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 736 kB
  • sloc: lisp: 1,942; makefile: 29
file content (21 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Nicholas D Steeves <nsteeves@gmail.com>
Date: Sun, 8 Nov 2020 15:39:43 -0500
Subject: declare correct version

---
 neotree.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/neotree.el b/neotree.el
index 163376e..0b48ef2 100644
--- a/neotree.el
+++ b/neotree.el
@@ -4,7 +4,7 @@
 
 ;; Author: jaypei <jaypei97159@gmail.com>
 ;; URL: https://github.com/jaypei/emacs-neotree
-;; Version: 0.5
+;; Version: 0.5.2
 ;; Package-Requires: ((cl-lib "0.5"))
 
 ;; This program is free software; you can redistribute it and/or modify