diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-07 23:54:58 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-07 23:54:58 -0200 |
commit | 208c91548a100d6a214b2161351d0a04d60adb8d (patch) | |
tree | 3ea2298fe6082651d2b3aa82845eb30aa44c50cb /sx.el | |
parent | ad3c2c9c05705512415afb469c8545b875c7cfe8 (diff) |
Version bump
Diffstat (limited to 'sx.el')
-rw-r--r-- | sx.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ ;; Author: Sean Allred <code@seanallred.com> ;; URL: https://github.com/vermiculus/sx.el/ -;; Version: 0.1 +;; Version: 0.2 ;; 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.1" "Version of the `sx' package.") +(defconst sx-version "0.2" "Version of the `sx' package.") (defgroup sx nil "Customization group for the `sx' package." |