Skip to content

Commit

Permalink
Girouette release v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
green-coder committed Jun 8, 2022
1 parent b9b1229 commit 37f1382
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## v0.0.9

## Fixed

- (PR #92) Fixed the CSS Selectors broken in `v0.0.8`. Thanks to `zolazhou`.
Expand Down
2 changes: 1 addition & 1 deletion example/reagent-demo/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
thheller/shadow-cljs {:mvn/version "2.19.1"}
reagent/reagent {:mvn/version "1.1.1"}
;girouette/girouette {:local/root "../../lib/girouette"}
girouette/girouette {:mvn/version "v0.0.8"}}
girouette/girouette {:mvn/version "v0.0.9"}}

:aliases {; clojure -X:girouette-processor
:girouette-processor {;:extra-deps {girouette/processor {:local/root "../../lib/processor"}}
Expand Down
2 changes: 1 addition & 1 deletion lib/girouette/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
:exec-args {:sync-pom true
:group-id "girouette"
:artifact-id "girouette"
:version "0.0.8"
:version "0.0.9"
:jar "girouette.jar"}}}}
;; Memo for deploying a new release:
;; - Change the version above, then build the jar:
Expand Down
2 changes: 1 addition & 1 deletion lib/girouette/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>girouette</groupId>
<artifactId>girouette</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>
<name>girouette</name>
<scm>
<url>https://github.com/green-coder/girouette</url>
Expand Down

0 comments on commit 37f1382

Please sign in to comment.