branch: externals/show-font
commit 6ab68f47c69f3a1a43301b59f2d7ff77e1e931bf
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make version 1.0.0 the current development target
---
 README.org   |  2 +-
 show-font.el | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.org b/README.org
index 947f3469d7..3987e78d88 100644
--- a/README.org
+++ b/README.org
@@ -6,7 +6,7 @@
 #+startup: content
 #+macro: stable-version 0.4.0
 #+macro: release-date 2025-08-26
-#+macro: development-version 0.5.0-dev
+#+macro: development-version 1.0.0-dev
 #+export_file_name: show-font.texi
 #+texinfo_filename: show-font.info
 #+texinfo_dir_category: Emacs misc features
diff --git a/show-font.el b/show-font.el
index dfb25e7804..40b32de405 100644
--- a/show-font.el
+++ b/show-font.el
@@ -110,7 +110,7 @@ experimenting with `show-font-pangram-p'."
   "Character sample to showcase Arabic fonts.
 This is displayed in the buffer produced by the command
 `show-font-select-preview' and `show-font-tabulated'."
-  :package-version '(show-font . "0.5.0")
+  :package-version '(show-font . "1.0.0")
   :type 'string
   :group 'show-font)
 
@@ -119,7 +119,7 @@ This is displayed in the buffer produced by the command
   "Character sample to showcase Chinese fonts.
 This is displayed in the buffer produced by the command
 `show-font-select-preview' and `show-font-tabulated'."
-  :package-version '(show-font . "0.5.0")
+  :package-version '(show-font . "1.0.0")
   :type 'string
   :group 'show-font)
 
@@ -137,7 +137,7 @@ This is displayed in the buffer produced by the command
   "Character sample to showcase Greek fonts.
 This is displayed in the buffer produced by the command
 `show-font-select-preview' and `show-font-tabulated'."
-  :package-version '(show-font . "0.5.0")
+  :package-version '(show-font . "1.0.0")
   :type 'string
   :group 'show-font)
 
@@ -146,7 +146,7 @@ This is displayed in the buffer produced by the command
   "Character sample to showcase Japanese fonts.
 This is displayed in the buffer produced by the command
 `show-font-select-preview' and `show-font-tabulated'."
-  :package-version '(show-font . "0.5.0")
+  :package-version '(show-font . "1.0.0")
   :type 'string
   :group 'show-font)
 
@@ -155,7 +155,7 @@ This is displayed in the buffer produced by the command
   "Character sample to showcase Korean fonts.
 This is displayed in the buffer produced by the command
 `show-font-select-preview' and `show-font-tabulated'."
-  :package-version '(show-font . "0.5.0")
+  :package-version '(show-font . "1.0.0")
   :type 'string
   :group 'show-font)
 
@@ -164,7 +164,7 @@ This is displayed in the buffer produced by the command
   "Character sample to showcase mathematical fonts.
 This is displayed in the buffer produced by the command
 `show-font-select-preview' and `show-font-tabulated'."
-  :package-version '(show-font . "0.5.0")
+  :package-version '(show-font . "1.0.0")
   :type 'string
   :group 'show-font)
 
@@ -173,7 +173,7 @@ This is displayed in the buffer produced by the command
   "Character sample to showcase music fonts.
 This is displayed in the buffer produced by the command
 `show-font-select-preview' and `show-font-tabulated'."
-  :package-version '(show-font . "0.5.0")
+  :package-version '(show-font . "1.0.0")
   :type 'string
   :group 'show-font)
 
@@ -182,7 +182,7 @@ This is displayed in the buffer produced by the command
   "Character sample to showcase Russian fonts.
 This is displayed in the buffer produced by the command
 `show-font-select-preview' and `show-font-tabulated'."
-  :package-version '(show-font . "0.5.0")
+  :package-version '(show-font . "1.0.0")
   :type 'string
   :group 'show-font)
 
@@ -200,7 +200,7 @@ This is displayed in the buffer produced by the command
   "Character sample to showcase Symbols.
 This is displayed in the buffer produced by the command
 `show-font-select-preview' and `show-font-tabulated'."
-  :package-version '(show-font . "0.5.0")
+  :package-version '(show-font . "1.0.0")
   :type 'string
   :group 'show-font)
 

Reply via email to