Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Nov 5, 2021
1 parent b77367f commit 87aedef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Render trace is supported only in the re-frisk-remote

## Usage

`[re-frisk "1.5.1"]`
`[re-frisk-remote "1.5.1"]`
`[re-frisk "1.5.2"]`
`[re-frisk-remote "1.5.2"]`

**Important**: Please note the following compatibility table:

Expand All @@ -70,7 +70,7 @@ re-frisk Version | React Version | Reagent Versions

re-frisk will be embedded in the DOM of your application. So my suggestion is to use re-frisk-remote, it doesn't affect your application and has more features

1. Add re-frisk as a dev dependency `[re-frisk "1.5.1"]`
1. Add re-frisk as a dev dependency `[re-frisk "1.5.2"]`

2. Enable re-frisk

Expand All @@ -87,7 +87,8 @@ re-frisk will be embedded in the DOM of your application. So my suggestion is to

[![Clojars](https://img.shields.io/clojars/v/re-frisk-remote.svg)](https://clojars.org/re-frisk-remote)

1. Add re-frisk as a dev dependency `[re-frisk-remote "1.5.1"]`
1. Add re-frisk as a dev dependency `[re-frisk-remote "1.5.2"]`
1. Add re-frisk as a dev dependency `[re-frisk-remote "1.5.2"]`

2. Enable re-frisk on default port (4567):

Expand Down
2 changes: 1 addition & 1 deletion re-frisk/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject re-frisk "1.5.1"
(defproject re-frisk "1.5.2"
:description "Take full control of re-frame app"
:url "https://github.com/flexsurfer/re-frisk"
:license {:name "MIT"
Expand Down

0 comments on commit 87aedef

Please sign in to comment.