diff --git a/ac-stan/ac-stan.el b/ac-stan/ac-stan.el index 835ec01..b3cca86 100644 --- a/ac-stan/ac-stan.el +++ b/ac-stan/ac-stan.el @@ -6,9 +6,9 @@ ;; Maintainer: Jeffrey Arnold , ;; URL: http://github.com/stan-dev/stan-mode ;; Keywords: languages,completion -;; Version: 9.0.6 +;; Version: 9.0.7 ;; Created: 2014-12-18 -;; Package-Requires: ((auto-complete "1.4.0") (stan-mode "9.0.6") (stan-snippets "9.0.6")) +;; Package-Requires: ((auto-complete "1.4.0") (stan-mode "9.0.7") (stan-snippets "9.0.7")) ;; This file is not part of GNU Emacs. diff --git a/stan-mode/stan-mode.el b/stan-mode/stan-mode.el index d80109c..c6b148b 100644 --- a/stan-mode/stan-mode.el +++ b/stan-mode/stan-mode.el @@ -8,7 +8,7 @@ ;; Daniel Lee ;; URL: http://github.com/stan-dev/stan-mode ;; Keywords: languanges -;; Version: 9.0.6 +;; Version: 9.0.7 ;; Created: 2012-08-18 ;; This file is not part of GNU Emacs. diff --git a/stan-snippets/stan-snippets.el b/stan-snippets/stan-snippets.el index 9fefcce..d153f00 100644 --- a/stan-snippets/stan-snippets.el +++ b/stan-snippets/stan-snippets.el @@ -5,9 +5,9 @@ ;; Author: Jeffrey Arnold ;; URL: http://github.com/stan-dev/stan-mode ;; Keywords: snippets -;; Version: 9.0.6 +;; Version: 9.0.7 ;; Created: 2012-08-18 -;; Package-Requires: ((stan-mode "9.0.6") (yasnippet "0.8.0")) +;; Package-Requires: ((stan-mode "9.0.7") (yasnippet "0.8.0")) ;; This file is not part of GNU Emacs.