Skip to content

Commit 897d61f

Browse files
committedAug 4, 2020
Updated version (apparently I did 0.0.3-0.0.6)
1 parent 3a20718 commit 897d61f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎om-to-xml.el

+3-2
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,16 @@
8585
;; standard about my binding.
8686
;;
8787
;; Change log:
88-
;; v0.0.2: Updated to use org-ml (the om.el refactored)
88+
;; v0.0.7: Updated to use org-ml (the om.el refactored)
89+
;; ...
8990
;; v0.0.1: Initial release
9091

9192
;;; Code:
9293

9394
(require 'org)
9495
(require 'org-ml)
9596

96-
(defconst om-to-xml--om-to-xml-version "0.0.2")
97+
(defconst om-to-xml--om-to-xml-version "0.0.7")
9798
(defconst om-to-xml--om-to-xml-uri "https://github.com/ndw/org-to-xml")
9899
(defconst om-to-xml--namespace "https://nwalsh.com/ns/org-to-xml")
99100

0 commit comments

Comments
 (0)
Please sign in to comment.