branch: externals/calibre
commit 7d97c360f1b8c3073cd4d629b42e51271ff39a19
Author: Kjartan Óli Ágústsson <[email protected]>
Commit: Kjartan Óli Ágústsson <[email protected]>

    Update package version to 1.0
    
    * calibre-pkg.el ("calibre"): Increased package version
---
 calibre-pkg.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calibre-pkg.el b/calibre-pkg.el
index dd6b53ad38..ab31af36b2 100644
--- a/calibre-pkg.el
+++ b/calibre-pkg.el
@@ -1,6 +1,6 @@
 (define-package
   "calibre"
-  "0.1.0"
+  "1.0.0"
   "Interact with Calibre libraries from Emacs"
   '((emacs "29.1.0"))
   :authors '(("Kjartan Oli Agustsson" . "[email protected]"))

Reply via email to