aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/comments.el4
-rw-r--r--src/init.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/comments.el b/src/comments.el
index 59fe025..09eaf99 100644
--- a/src/comments.el
+++ b/src/comments.el
@@ -1,9 +1,9 @@
-;;; emmet-mode.el --- Unofficial Emmet's support for emacs.
+;;; emmet-mode.el --- Unofficial Emmet's support for emacs
;; Copyright (C) 2013- Shin Aoyama
;; Copyright (C) 2009-2012 Chris Done
-;; Version: 0.1.0
+;; Version: 1.0.0
;; Author: Shin Aoyama <smihica@gmail.com>
;; URL: https://github.com/smihica/emmet
;; Last-Updated: 2013-06-23 Sun
diff --git a/src/init.el b/src/init.el
index 27d421d..4db1b9a 100644
--- a/src/init.el
+++ b/src/init.el
@@ -2,7 +2,7 @@
;;
;;; Code:
-(defconst emmet-mode:version "0.1.0")
+(defconst emmet-mode:version "1.0.0")
(eval-when-compile (require 'cl))