From 6abffa8365fa0f8a211736037d469adeb657c1f2 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 26 Apr 2015 21:15:34 +0100 Subject: Version 0.3 --- sx.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sx.el') 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 ;; 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." -- cgit v1.2.3