Skip to content

Commit

Permalink
# 3.4.126 (2024-06-25 / a4d04c6)
Browse files Browse the repository at this point in the history
- fork from Xylon2/ring-redis-session, first release under `com.lambdaisland`
  • Loading branch information
plexus committed Jun 25, 2024
1 parent a4d04c6 commit c6fa0f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3
3.4
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 3.4.126 (2024-06-25 / a4d04c6)

- fork from Xylon2/ring-redis-session, first release under `com.lambdaisland`

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ hierarchical data, actually any `*print-str*`able clojure data types.
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/ring-redis-session {:mvn/version "4.0.2"}
com.lambdaisland/ring-redis-session {:mvn/version "3.4.126"}
```

or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))

```
[com.lambdaisland/ring-redis-session "4.0.2"]
[com.lambdaisland/ring-redis-session "3.4.126"]
```
<!-- /installation -->

Expand Down

0 comments on commit c6fa0f3

Please sign in to comment.