Skip to content

Commit 8db0e03

Browse files
authored
Update README.md
1 parent 0e18d76 commit 8db0e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to read more about the engineering challenge of moving a 120k LOC Re
2424

2525
```clojure
2626
;; deps.edn
27-
{:deps {io.factorhouse/re-frame-bridge {:mvn/version "0.1.13"}}}
27+
{:deps {io.factorhouse/re-frame-bridge {:mvn/version "0.1.16"}}}
2828
```
2929

3030
The `io.factorhouse/re-frame-bridge` library is a drop-in replacement for [re-frame](https://github.com/day-8/re-frame) allowing RFX use via a `re-frame.core` shim namespace.
@@ -39,7 +39,7 @@ Check out the [re-frame-bridge-todo-mvc](examples/re-frame-bridge-todomvc) examp
3939

4040
```clojure
4141
;; deps.edn
42-
{:deps {io.factorhouse/rfx {:mvn/version "0.1.13"}}}
42+
{:deps {io.factorhouse/rfx {:mvn/version "0.1.16"}}}
4343
```
4444

4545
Consumers of RFX interact with the API through the `io.factorhouse.rfx.core` namespace.

0 commit comments

Comments
 (0)