Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed May 26, 2024
1 parent cbbbe6b commit dbb0727
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log for spec.alpha

## next
## Version 0.5.238 on May 10, 2024

* Update dependency to Clojure 1.11.3

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ For more information:
Releases and Dependency Information
========================================

Latest stable release: 0.4.233
Latest stable release: 0.5.238

* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22spec.alpha%22)
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~spec.alpha~~~)

[deps.edn](https://clojure.org/guides/deps_edn) dependency information:

org.clojure/spec.alpha {:mvn/version "0.4.233"}
org.clojure/spec.alpha {:mvn/version "0.5.238"}

[Leiningen](https://github.com/technomancy/leiningen) dependency information:

[org.clojure/spec.alpha "0.4.233"]
[org.clojure/spec.alpha "0.5.238"]

[Maven](https://maven.apache.org/) dependency information:

<dependency>
<groupId>org.clojure</groupId>
<artifactId>spec.alpha</artifactId>
<version>0.4.233</version>
<version>0.5.238</version>
</dependency>

Developer Information
Expand Down

0 comments on commit dbb0727

Please sign in to comment.