branch: elpa/telephone-line
commit ff526441a23ac1f1775628e0e20c61cdbf6cabf9
Merge: ff5fcb2181 547979a092
Author: Daniel Bordak <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #121 from skangas/bump-version
Bump version to 0.5 for NonGNU ELPA
---
telephone-line-config.el | 2 +-
telephone-line-segments.el | 2 +-
telephone-line-separators.el | 2 +-
telephone-line-utils.el | 2 +-
telephone-line.el | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/telephone-line-config.el b/telephone-line-config.el
index 02d5bbf698..fa9f47f3fa 100644
--- a/telephone-line-config.el
+++ b/telephone-line-config.el
@@ -1,6 +1,6 @@
;;; telephone-line-config.el --- Easy config for telephone-line
-;; Copyright (C) 2015-2017 Daniel Bordak
+;; Copyright (C) 2015-2022 Daniel Bordak
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/telephone-line-segments.el b/telephone-line-segments.el
index 87c8ba09c4..8ff5f6147d 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -1,6 +1,6 @@
;;; telephone-line-segments.el --- Segments for Telephone Line -*-
lexical-binding: t -*-
-;; Copyright (C) 2015-2017 Daniel Bordak
+;; Copyright (C) 2015-2022 Daniel Bordak
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/telephone-line-separators.el b/telephone-line-separators.el
index e797924502..b9c4e9aca5 100644
--- a/telephone-line-separators.el
+++ b/telephone-line-separators.el
@@ -1,6 +1,6 @@
;;; telephone-line-separators.el --- Separators for Telephone Line
-;; Copyright (C) 2015-2017 Daniel Bordak
+;; Copyright (C) 2015-2022 Daniel Bordak
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/telephone-line-utils.el b/telephone-line-utils.el
index a84886814e..60f271c208 100644
--- a/telephone-line-utils.el
+++ b/telephone-line-utils.el
@@ -1,6 +1,6 @@
;;; telephone-line-utils.el --- Functions for defining segparators and
segments -*- lexical-binding: t -*-
-;; Copyright (C) 2015-2017 Daniel Bordak
+;; Copyright (C) 2015-2022 Daniel Bordak
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/telephone-line.el b/telephone-line.el
index 825e4a425b..556eefbd7b 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -1,10 +1,10 @@
;;; telephone-line.el --- Rewrite of Powerline -*- lexical-binding: t -*-
-;; Copyright (C) 2015-2017 Daniel Bordak
+;; Copyright (C) 2015-2022 Daniel Bordak
;; Author: Daniel Bordak <[email protected]>
;; URL: https://github.com/dbordak/telephone-line
-;; Version: 0.4
+;; Version: 0.5
;; Keywords: mode-line
;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (cl-generic "0.2") (seq
"1.8"))