branch: elpa/pdf-tools
commit 9d948a0d8a2da08367bfe34c5d14f638ebb253b0
Author: Vedang Manerikar <[email protected]>
Commit: Vedang Manerikar <[email protected]>

    chore: release version 1.2.0
    
    Bump version to 1.2.0 and prepare 1.3.0 development cycle.
---
 NEWS              | 4 +++-
 lisp/pdf-tools.el | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 7cd67bbac42..50320f04490 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 -*- org -*-
-* Version 1.2.0 (Under Development)
+* Version 1.3.0 (Under Development)
+
+* Version 1.2.0
 ** New functionality to improve overall user experience
 - Allow creation of markup annotations without a text selection @astoff #191
   + This means that you can now highlight an exact region, for example on OCR 
PDFs! Just select the region by holding down the Meta key and dragging the 
mouse. Then invoke ~pdf-annot-add-highlight-markup-annotation~ (with ~C-c C-a 
h~) and voila!
diff --git a/lisp/pdf-tools.el b/lisp/pdf-tools.el
index e36f96671e4..64907a1b2a6 100644
--- a/lisp/pdf-tools.el
+++ b/lisp/pdf-tools.el
@@ -7,7 +7,7 @@
 ;; URL: http://github.com/vedang/pdf-tools/
 ;; Keywords: files, multimedia
 ;; Package: pdf-tools
-;; Version: 1.1.0
+;; Version: 1.2.0
 ;; Package-Requires: ((emacs "26.3") (tablist "1.0") (let-alist "1.0.4"))
 
 ;; This program is free software; you can redistribute it and/or modify

Reply via email to