Skip to content

Commit

Permalink
# 1.17.141 (2024-01-23 / 96249d9)
Browse files Browse the repository at this point in the history
## Added

- Added functions for dealing with query strings as positional collections:
  `query-string->seq`, `seq->query-string`.
  • Loading branch information
plexus committed Jan 23, 2024
1 parent 96249d9 commit 813b5a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16
1.17
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.17.141 (2024-01-23 / 96249d9)

## Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ To install, add the following dependency to your project or build file:
deps.edn:

``` clojure
lambdaisland/uri {:mvn/version "1.16.134"}
lambdaisland/uri {:mvn/version "1.17.141"}
```

project.clj

``` clojure
[lambdaisland/uri "1.16.134"]
[lambdaisland/uri "1.17.141"]
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"ws": "^8.13.0"
"ws": "^8.16.0"
}
}

0 comments on commit 813b5a7

Please sign in to comment.