Skip to content

Commit

Permalink
2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Aug 26, 2020
1 parent 583bd42 commit 511a6d9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject rehook "2.1.8"
(defproject rehook "2.1.9"
:description "React Hooks for Clojurescript"
:url "https://github.com/wavejumper/rehook"

:dependencies
[[rehook/core "2.1.8"]
[rehook/dom "2.1.8"]
[rehook/test "2.1.8"]
[rehook/events "2.1.8"]])
[[rehook/core "2.1.9"]
[rehook/dom "2.1.9"]
[rehook/test "2.1.9"]
[rehook/events "2.1.9"]])
2 changes: 1 addition & 1 deletion rehook-core/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rehook/core "2.1.8"
(defproject rehook/core "2.1.9"
:description "React Hooks for Clojurescript"
:url "https://github.com/wavejumper/rehook"

Expand Down
2 changes: 1 addition & 1 deletion rehook-dom/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rehook/dom "2.1.8"
(defproject rehook/dom "2.1.9"
:description "React component DSL for Clojurescript"
:url "https://github.com/wavejumper/rehook"

Expand Down
2 changes: 1 addition & 1 deletion rehook-events/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rehook/events "2.1.8"
(defproject rehook/events "2.1.9"
:description "React Hooks for Clojurescript"
:url "https://github.com/wavejumper/rehook"

Expand Down
2 changes: 1 addition & 1 deletion rehook-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>rehook</groupId>
<artifactId>test</artifactId>
<packaging>jar</packaging>
<version>2.1.8</version>
<version>2.1.9</version>
<name>test</name>
<description>React Hooks for Clojurescript</description>
<url>https://github.com/wavejumper/rehook</url>
Expand Down
2 changes: 1 addition & 1 deletion rehook-test/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rehook/test "2.1.8"
(defproject rehook/test "2.1.9"
:description "React Hooks for Clojurescript"
:url "https://github.com/wavejumper/rehook"

Expand Down

0 comments on commit 511a6d9

Please sign in to comment.