Browse Source

Bump version number

workspaces
Nicolas Petton 6 years ago
parent
commit
1406f818e7
Signed by: nico GPG Key ID: 233587A47C207910
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      doc/Indium.texi
  2. +1
    -1
      indium.el
  3. +2
    -2
      sphinx-doc/conf.py

+ 1
- 1
doc/Indium.texi View File

@ -21,7 +21,7 @@
@copying
@quotation
Indium 0.5.0, May 24, 2017
Indium 0.6.1, Jun 02, 2017
Nicolas Petton


+ 1
- 1
indium.el View File

@ -5,7 +5,7 @@
;; Author: Nicolas Petton <nicolas@petton.fr>
;; URL: https://github.com/NicolasPetton/indium
;; Keywords: tools, javascript
;; Version: 0.5.0
;; Version: 0.6.1
;; Package-Requires: ((emacs "25") (seq "2.16") (js2-mode "20140114") (company "0.9.0") (websocket "1.6") (exec-path-from-shell "1.11"))
;; This program is free software; you can redistribute it and/or modify


+ 2
- 2
sphinx-doc/conf.py View File

@ -60,9 +60,9 @@ author = 'Nicolas Petton'
# built documents.
#
# The short X.Y version.
version = '0.5'
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.5.0'
release = '0.6.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.


Loading…
Cancel
Save