Skip to content

Commit

Permalink
release 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYong committed Aug 6, 2020
1 parent 53f85dc commit 0c1ba91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ compiles to:
### API Usage [![Clojars Project](https://img.shields.io/clojars/v/cirru/sepal.svg)](https://clojars.org/cirru/sepal)

```edn
[cirru/sepal "0.2.7"]
[cirru/sepal "0.2.8"]
```

```clojure
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sepal.clj",
"version": "1.0.0",
"version": "0.2.8",
"main": "index.js",
"repository": "git@github.com:Cirru/sepal.clj.git",
"author": "jiyinyiyong <jiyinyiyong@gmail.com>",
Expand Down
12 changes: 6 additions & 6 deletions release.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{:version "0.2.8-a1"
:group-id "cirru"
:artifact-id "sepal"
:skip-tag true
:description "Generate Clojure code from syntax tree"
{:version "0.2.8",
:group-id "cirru",
:artifact-id "sepal",
:skip-tag true,
:description "Generate Clojure code from syntax tree",
:scm-url "https://github.com/Cirru/sepal.clj"}

0 comments on commit 0c1ba91

Please sign in to comment.