Skip to content

Commit e871d32

Browse files
committed
bump version
1 parent f48c720 commit e871d32

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm install -g jsx-to-clojurescript
1818
```
1919
**As library:**
2020
```
21-
[jsx-to-clojurescript "0.1.6"]
21+
[jsx-to-clojurescript "0.1.7"]
2222
```
2323
**As [Alfred](https://www.alfredapp.com/) workflow (Mac only):**
2424

dev/user.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
(defn stop-fig []
2323
(ra/stop-figwheel!))
2424

25-
(start-fig)
25+
(comment
26+
(start-fig))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsx-to-clojurescript",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Command and library to convert JSX snippets to Om/Reagent or other Clojurescript-style format.",
55
"bin": {
66
"jsx-to-clojurescript": "jsx-to-clojurescript.js"

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject jsx-to-clojurescript "0.1.6"
1+
(defproject jsx-to-clojurescript "0.1.7"
22
:description "Command and library to convert JSX snippets to Om/Reagent or other Clojurescript-style format."
33
:url "https://github.com/madvas/jsx-to-clojurescript"
44
:dependencies [[org.clojure/clojure "1.8.0"]

0 commit comments

Comments
 (0)