diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/comments.el | 4 | ||||
-rw-r--r-- | src/init.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/comments.el b/src/comments.el index e0d2587..4724ba4 100644 --- a/src/comments.el +++ b/src/comments.el @@ -5,10 +5,10 @@ ;; Copyright (C) 2013- Shin Aoyama (@smihica https://github.com/smihica) ;; Copyright (C) 2009-2012 Chris Done -;; Version: 1.0.9 +;; Version: 1.0.10 ;; Author: Shin Aoyama <smihica@gmail.com> ;; URL: https://github.com/smihica/emmet-mode -;; Last-Updated: 2014-07-14 Mon +;; Last-Updated: 2014-08-11 Mon ;; Keywords: convenience ;; This file is free software; you can redistribute it and/or modify diff --git a/src/init.el b/src/init.el index c75a8bb..8e1d7f9 100644 --- a/src/init.el +++ b/src/init.el @@ -2,7 +2,7 @@ ;; ;;; Code: -(defconst emmet-mode:version "1.0.8") +(defconst emmet-mode:version "1.0.10") (require 'cl) |