branch: master
commit 03c679eb9914d58d7d9b7afc2036c482a9a01236
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Bump the version
---
NEWS.md | 2 +-
js2-mode.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS.md b/NEWS.md
index 1b0244d..714bab8 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
# History of user-visible changes
-## Next
+## 2017-01-16
* `js2-include-*-externs` are now evaluated on demand. As a result,
they can now be effectively used as file- or directory-local
diff --git a/js2-mode.el b/js2-mode.el
index 7fa637b..a07d5c5 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -7,7 +7,7 @@
;; Dmitry Gutov <[email protected]>
;; URL: https://github.com/mooz/js2-mode/
;; http://code.google.com/p/js2-mode/
-;; Version: 20160623
+;; Version: 20170116
;; Keywords: languages, javascript
;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))