Skip to content

Commit f316e25

Browse files
committed
update for release
1 parent b6a9a28 commit f316e25

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@ 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.0
15+
Latest release: 1.0.1
1616

17-
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.match%22)
17+
* [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.0"}
21+
org.clojure/core.match {:mvn/version "1.0.1"}
2222
```
2323

24-
[Leiningen](http://github.com/technomancy/leiningen/) dependency information:
24+
[Leiningen](https://github.com/technomancy/leiningen/) dependency information:
2525

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

30-
[Maven](http://maven.apache.org) dependency information:
30+
[Maven](https://maven.apache.org) dependency information:
3131

3232
```
3333
<dependency>
3434
<groupId>org.clojure</groupId>
3535
<artifactId>core.match</artifactId>
36-
<version>1.0.0</version>
36+
<version>1.0.1</version>
3737
</dependency>
3838
```
3939

@@ -70,14 +70,14 @@ From ClojureScript:
7070
```
7171

7272
For more detailed descriptions of usage please refer to the
73-
[wiki](http://github.com/clojure/core.match/wiki).
73+
[wiki](https://github.com/clojure/core.match/wiki).
7474

7575
Developer information
7676
----
7777

7878
* [Bug Tracker](https://clojure.atlassian.net/projects/MATCH)
79-
* [Continuous Integration](http://build.clojure.org/job/core.match/)
80-
* [Compatibility Test Matrix](http://build.clojure.org/job/core.match-test-matrix/)
79+
* [Continuous Integration](https://build.clojure.org/job/core.match/)
80+
* [Compatibility Test Matrix](https://build.clojure.org/job/core.match-test-matrix/)
8181

8282
Copyright and license
8383
----

0 commit comments

Comments
 (0)