Skip to content

Commit

Permalink
release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Feb 28, 2020
1 parent afc081a commit 9290d33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ Previews http://repo.quamolit.org/phlox/ .
[![Clojars Project](https://img.shields.io/clojars/v/quamolit/phlox.svg)](https://clojars.org/quamolit/phlox)

```edn
[quamolit/phlox "0.1.5-a3"]
[quamolit/phlox "0.1.5"]
```

`render!` to add canvas to `<body/>`:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>quamolit</groupId>
<artifactId>phlox</artifactId>
<version>0.1.5-a3</version>
<version>0.1.5</version>
<name>phlox</name>

<url>https://github.com/Quamolit/phlox</url>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>mvc-works</groupId>
<artifactId>lilac</artifactId>
<version>0.1.3-a2</version>
<version>0.1.3</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[cumulo/util "0.1.10"]
[respo "0.11.5"]
[org.clojure/core.incubator "0.1.4"]
[mvc-works/lilac "0.1.3-a2"]
[mvc-works/lilac "0.1.3"]
]
; :repositories {
; "central" {:url "https://maven.aliyun.com/nexus/content/groups/public/"}
Expand Down

0 comments on commit 9290d33

Please sign in to comment.