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 638e64e..1890642 100644
--- a/src/comments.el
+++ b/src/comments.el
@@ -3,10 +3,10 @@
;; Copyright (C) 2013- Shin Aoyama
;; Copyright (C) 2009-2012 Chris Done
-;; Version: 1.0.4
+;; Version: 1.0.5
;; Author: Shin Aoyama <smihica@gmail.com>
;; URL: https://github.com/smihica/emmet
-;; Last-Updated: 2013-09-10 Tue
+;; Last-Updated: 2013-09-16 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 8a0c80c..beccced 100644
--- a/src/init.el
+++ b/src/init.el
@@ -2,7 +2,7 @@
;;
;;; Code:
-(defconst emmet-mode:version "1.0.4")
+(defconst emmet-mode:version "1.0.5")
(require 'cl)