diff --git a/README.org b/README.org index 98f6885..a5a6dbd 100644 --- a/README.org +++ b/README.org @@ -231,6 +231,10 @@ If ~MARKERS~ is non-nil, ~org-agenda-ng--add-markers~ is used to add markers to /Note:/ Breaking changes may be made before version 1.0, but in the event of major changes, attempts at backward compatibility will be made with obsolescence declarations, translation of arguments, etc. Users who need stability guarantees before 1.0 may choose to use tagged stable releases. +** 0.2-pre + +Nothing new yet. + ** 0.1 First tagged release. diff --git a/org-ql.el b/org-ql.el index 580722c..13420ad 100644 --- a/org-ql.el +++ b/org-ql.el @@ -2,7 +2,7 @@ ;; Author: Adam Porter ;; Url: http://github.com/alphapapa/org-ql -;; Version: 0.1 +;; Version: 0.2-pre ;; Package-Requires: ((emacs "25.1") (dash "2.13") (org "9.0") (s "1.12.0")) ;; Keywords: hypermedia, outlines, Org, agenda