Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Dec 10, 2014
1 parent 7a16ac9 commit f1c12be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.2

* Fix require for es6-map
* Bump CM mode to 4.8.0
* Convert behaviors to flat format

## 0.1.1
* Fix shebang parsing

Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Javascript",
"author": "Kodowa",
"version": "0.1.1",
"version": "0.1.2",
"source": "https://github.com/LightTable/Javascript",
"desc": "Javascript language plugin for Light Table",
"behaviors": "javascript.behaviors"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(defproject com.lighttable/javascript "0.1.1"
(defproject com.lighttable/javascript "0.1.2"
:description "Javascript plugin for Light Table"
:dependencies [[org.clojure/clojure "1.5.1"]])

0 comments on commit f1c12be

Please sign in to comment.