From 706832275725e4d875db0cabb1faa6b40b9f73a2 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Tue, 16 Jul 2019 12:36:52 -0500 Subject: [PATCH] Meta: Update version --- README.org | 4 ++++ org-ql.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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