Browse Source
Bump Indium to v2.1.4
* indium.el:
* sphinx-doc/conf.py: Bump Indium version
pull/10/head
2.1.4
No known key found for this signature in database
GPG Key ID: E8BCD7866AFCF978
2 changed files with
2 additions and
2 deletions
-
indium.el
-
sphinx-doc/conf.py
|
|
@ -5,7 +5,7 @@ |
|
|
|
;; Author: Nicolas Petton <nicolas@petton.fr> |
|
|
|
;; URL: https://github.com/NicolasPetton/indium |
|
|
|
;; Keywords: tools, javascript |
|
|
|
;; Version: 2.1.3 |
|
|
|
;; Version: 2.1.4 |
|
|
|
;; Package-Requires: ((emacs "25") (seq "2.16") (js2-mode "20140114") (js2-refactor "0.9.0") (company "0.9.0") (json-process-client "0.2.0")) |
|
|
|
|
|
|
|
;; This program is free software; you can redistribute it and/or modify |
|
|
|
|
|
@ -62,7 +62,7 @@ author = 'Nicolas Petton' |
|
|
|
# The short X.Y version. |
|
|
|
version = '2.1' |
|
|
|
# The full version, including alpha/beta/rc tags. |
|
|
|
release = '2.1.1' |
|
|
|
release = '2.1.4' |
|
|
|
|
|
|
|
# The language for content autogenerated by Sphinx. Refer to documentation |
|
|
|
# for a list of supported languages. |
|
|
|