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

Commit 3501807

Browse files
committed
Bump to 0.1.1
1 parent ce47b85 commit 3501807

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.1.1
2+
* Fix shebang parsing
3+
14
## 0.1.0
25
* Fix console.log and on-out behavior
36
* Upgrade to acorn 0.9.0

plugin.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"name": "Javascript",
33
"author": "Kodowa",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"source": "https://github.com/LightTable/Javascript",
66
"desc": "Javascript language plugin for Light Table",
7-
"dependencies": {
8-
},
97
"behaviors": "javascript.behaviors"
108
}

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(defproject com.lighttable/javascript "0.1.0"
1+
(defproject com.lighttable/javascript "0.1.1"
22
:description "Javascript plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

0 commit comments

Comments
 (0)