Skip to content

Commit

Permalink
Prepare release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller committed Mar 28, 2023
1 parent 89f2e61 commit 8f6600a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ A port of [clojure/data.json](https://github.com/clojure/data.json) library to C
Nuget reference:

```
PM> Install-Package clojure.data.json -Version=2.4.0
PM> Install-Package clojure.data.json -Version=2.4.1
```

Leiningen/Clojars reference:

```
[org.clojure.clr/data.json "2.4.0"]
[org.clojure.clr/data.json "2.4.1"]
```

# Usage / API #
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojure.clr/data.json "2.4.0"
(defproject org.clojure.clr/data.json "2.4.1"
:description "Port of clojure.org/data.json to ClojureCLR"
:url "https://github.com/clojure/clr.data.json"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/main/dotnet/packager/clojure.data.json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RepositoryUrl>https://github.com/clojure/clojure.tools.namesapce</RepositoryUrl>
<Company>ClojureCLR contributors</Company>
<PackageTags>Clojure;ClojureCLR</PackageTags>
<Version>2.4.0</Version>
<Version>2.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8f6600a

Please sign in to comment.