From 547941861ad97147876b38e266622f03e17c1624 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 17 Apr 2022 23:52:08 -0400 Subject: Fix versions strings for 0.3.0 release Embarrassingly, I forgot to do this in b8eec6b9. --- .guix.scm | 2 +- Documentation/piem.texi | 2 +- piem.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.guix.scm b/.guix.scm index b8cb2b3..7743da7 100644 --- a/.guix.scm +++ b/.guix.scm @@ -48,7 +48,7 @@ (define-public piem (package (name "piem") - (version "0.2.0") + (version "0.3.0") (source (origin (method git-fetch) diff --git a/Documentation/piem.texi b/Documentation/piem.texi index 852da20..b7a02e3 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@set VERSION 0.2.0 +@set VERSION 0.3.0 @setfilename piem.info @documentencoding UTF-8 diff --git a/piem.el b/piem.el index 83acd8c..cce94c3 100644 --- a/piem.el +++ b/piem.el @@ -4,7 +4,7 @@ ;; Author: Kyle Meyer ;; Keywords: vc, tools -;; Version: 0.2.0 +;; Version: 0.3.0 ;; Package-Requires: ((emacs "26.3") (transient "0.3.0")) ;; Homepage: https://git.kyleam.com/piem/about/ -- cgit v1.2.3