Skip to content

Commit

Permalink
fix macros folder in release; alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYong committed Jun 29, 2020
1 parent ca475b2 commit ffd780d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Try with `(def a (add 1 2))` or `{"json": [1, 2]}`.
[![Clojars Project](https://img.shields.io/clojars/v/mvc-works/lilac-parser.svg)](https://clojars.org/mvc-works/lilac-parser)

```edn
[mvc-works/lilac-parser "0.0.3-a2"]
[mvc-works/lilac-parser "0.0.3-a3"]
```

```clojure
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
:paths ["src"]
:paths ["src" "macros"]
:aliases {
:release {
:extra-deps {
Expand Down
2 changes: 1 addition & 1 deletion release.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:version "0.0.3-a2"
{:version "0.0.3-a3"
:group-id "mvc-works"
:artifact-id "lilac-parser"
:skip-tag true
Expand Down

0 comments on commit ffd780d

Please sign in to comment.