Skip to content

Commit

Permalink
12.2 relase
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbois committed Sep 12, 2015
1 parent 94ab1b7 commit 4b140c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion issues/0576.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var MyClass = react.createClass({
render: function() {
var hello = <div>
<hello></hello>
<hello></hello>
</div>;
return hello;
}
Expand Down
4 changes: 2 additions & 2 deletions web-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

;; Copyright 2011-2015 François-Xavier Bois

;; Version: 12.1.2
;; Version: 12.2.0
;; Author: François-Xavier Bois <fxbois AT Google Mail Service>
;; Maintainer: François-Xavier Bois
;; Created: July 2011
Expand All @@ -26,7 +26,7 @@

;;---- CONSTS ------------------------------------------------------------------

(defconst web-mode-version "12.1.2"
(defconst web-mode-version "12.2.0"
"Web Mode version.")

;;---- GROUPS ------------------------------------------------------------------
Expand Down

0 comments on commit 4b140c5

Please sign in to comment.