Skip to content

Commit ce3af79

Browse files
committed
update for release
1 parent 9515dba commit ce3af79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Releases and dependency information
1212

1313
This project follows the version scheme MAJOR.MINOR.PATCH where each component provides some relative indication of the size of the change, but does not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names).
1414

15-
Latest release: 1.0.1
15+
Latest release: 1.1.0
1616

1717
* [All released versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.match%22)
1818

1919
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
2020
```clojure
21-
org.clojure/core.match {:mvn/version "1.0.1"}
21+
org.clojure/core.match {:mvn/version "1.1.0"}
2222
```
2323

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

2626
```
27-
[org.clojure/core.match "1.0.1"]
27+
[org.clojure/core.match "1.1.0"]
2828
```
2929

3030
[Maven](https://maven.apache.org) dependency information:
@@ -33,7 +33,7 @@ org.clojure/core.match {:mvn/version "1.0.1"}
3333
<dependency>
3434
<groupId>org.clojure</groupId>
3535
<artifactId>core.match</artifactId>
36-
<version>1.0.1</version>
36+
<version>1.1.0</version>
3737
</dependency>
3838
```
3939

0 commit comments

Comments
 (0)