[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/elpher e3760dfedb: Version bump.
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/elpher e3760dfedb: Version bump. |
Date: |
Mon, 30 Sep 2024 06:59:40 -0400 (EDT) |
branch: elpa/elpher
commit e3760dfedbd803dd8ff2a5d4fbbda249c1963bd1
Author: plugd <plugd@thelambdalab.xyz>
Commit: plugd <plugd@thelambdalab.xyz>
Version bump.
---
config.mk | 2 +-
elpher-pkg.el | 2 +-
elpher.el | 7 +++----
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/config.mk b/config.mk
index 89529abc10..5d49f13ab0 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
PKG = elpher
-VERSION = 3.6.2
+VERSION = 3.6.3
INSTALLINFO = install-info
MAKEINFO = makeinfo
diff --git a/elpher-pkg.el b/elpher-pkg.el
index 706b3f299a..693c4643e5 100644
--- a/elpher-pkg.el
+++ b/elpher-pkg.el
@@ -1,4 +1,4 @@
-(define-package "elpher" "3.6.2" "A friendly gopher and gemini client"
+(define-package "elpher" "3.6.3" "A friendly gopher and gemini client"
'((emacs "27.1"))
:keywords ("convenience")
:authors (("Tim Vaughan" . "plugd@thelambdalab.xyz"))
diff --git a/elpher.el b/elpher.el
index 5910e8ccbc..a880f7994d 100644
--- a/elpher.el
+++ b/elpher.el
@@ -1,11 +1,10 @@
;;; elpher.el --- A friendly gopher and gemini client -*- lexical-binding: t
-*-
-;; Copyright (C) 2019-2024 Tim Vaughan <plugd@thelambdalab.xyz>
-;; Copyright (C) 2020-2022 Elpher contributors (See info manual for full list)
+;; Copyright (C) 2019-2024 Elpher contributors (See info manual for full list)
;; Author: Tim Vaughan <plugd@thelambdalab.xyz>
;; Created: 11 April 2019
-;; Version: 3.6.2
+;; Version: 3.6.3
;; Keywords: comm gopher gemini
;; Homepage: https://thelambdalab.xyz/elpher
;; Package-Requires: ((emacs "27.1"))
@@ -71,7 +70,7 @@
;;; Global constants
;;
-(defconst elpher-version "3.6.2"
+(defconst elpher-version "3.6.3"
"Current version of elpher.")
(defconst elpher-margin-width 6
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/elpher e3760dfedb: Version bump.,
ELPA Syncer <=