aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmihica <smihica@gmail.com>2013-09-16 09:07:25 +0900
committersmihica <smihica@gmail.com>2013-09-16 09:07:25 +0900
commit20f80e09e23a217220b6553549e8e447617f4c96 (patch)
tree1d60791a4675e1e1f50cc5cd096115eece207ad9
parente95c6d3af2c95ac7805a39151cdc69eec194d6a5 (diff)
downloademmet-mode-20f80e09e23a217220b6553549e8e447617f4c96.tar.lz
emmet-mode-20f80e09e23a217220b6553549e8e447617f4c96.tar.xz
emmet-mode-20f80e09e23a217220b6553549e8e447617f4c96.zip
Updated version code.
-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)