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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kenny-evitt committed Sep 1, 2015
1 parent a00e352 commit 0fa38af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3

* Add Node.js start parameters and corresponding behavior

## 0.1.2

* Fix require for es6-map
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.2",
"version": "0.1.3",
"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.2"
(defproject com.lighttable/javascript "0.1.3"
:description "Javascript plugin for Light Table"
:dependencies [[org.clojure/clojure "1.5.1"]])

0 comments on commit 0fa38af

Please sign in to comment.