summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2019-05-07 19:06:58 +0200
committerPierre Neidhardt <mail@ambrevar.xyz>2019-05-07 19:07:23 +0200
commit7beaf656bf3eb84d0a0b4202f082941d9afd756e (patch)
tree4fb1ef3458ee3aa54bfc43cef15498caa5d8c35e
parent1e4a9e7c5a2834a428c32322608ca0a295e44468 (diff)
Version 1.2.11.2.1
-rw-r--r--documents/CHANGELOG.org2
-rw-r--r--next.asd2
2 files changed, 2 insertions, 2 deletions
diff --git a/documents/CHANGELOG.org b/documents/CHANGELOG.org
index b98235a71..8f80dddc0 100644
--- a/documents/CHANGELOG.org
+++ b/documents/CHANGELOG.org
@@ -25,7 +25,7 @@ the default for macOS.
+ Add support for content blocking using the WebKit API
*** TASK Fix search/occur implementation
*** TASK Add download support
-** 1.2.1
+** DONE 1.2.1
*** DONE Improve =next-gtk-webkit= stability
In particular, removes a race condition that would often hang the browser on key
presses.
diff --git a/next.asd b/next.asd
index 5fb65130e..5590d746b 100644
--- a/next.asd
+++ b/next.asd
@@ -2,7 +2,7 @@
;;; next.asd
(asdf:defsystem :next
- :version "1.2.0"
+ :version "1.2.1"
:author "Atlas Engineer LLC"
:license "BSD 3-Clause"
:serial t