aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-04-26 21:15:34 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-04-26 21:15:34 +0100
commit6abffa8365fa0f8a211736037d469adeb657c1f2 (patch)
tree6d9da90dec26559b2a09702cda8be10e6132c4ed
parent86e921e89d490c0c9a2b599ab3a266731332b174 (diff)
Version 0.3
-rw-r--r--sx.el4
-rw-r--r--sx.org2
2 files changed, 3 insertions, 3 deletions
diff --git a/sx.el b/sx.el
index bda8186..ea5311c 100644
--- a/sx.el
+++ b/sx.el
@@ -4,7 +4,7 @@
;; Author: Sean Allred <code@seanallred.com>
;; URL: https://github.com/vermiculus/sx.el/
-;; Version: 0.2
+;; Version: 0.3
;; Keywords: help, hypermedia, tools
;; Package-Requires: ((emacs "24.1") (cl-lib "0.5") (json "1.3") (markdown-mode "2.0") (let-alist "1.0.3"))
@@ -28,7 +28,7 @@
;;; Code:
(require 'tabulated-list)
-(defconst sx-version "0.2" "Version of the `sx' package.")
+(defconst sx-version "0.3" "Version of the `sx' package.")
(defgroup sx nil
"Customization group for the `sx' package."
diff --git a/sx.org b/sx.org
index 014b0de..24acb03 100644
--- a/sx.org
+++ b/sx.org
@@ -1,4 +1,4 @@
-#+MACRO: version 0.2
+#+MACRO: version 0.3
#+MACRO: versiondate 16 November 2014
#+MACRO: updated last updated {{{versiondate}}}