Skip to content

Commit 0314cf2

Browse files
committed
release update
1 parent ad13fbf commit 0314cf2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ hold true for all inputs. This lets you write concise, powerful tests.
5555
#### Leiningen
5656

5757
```clojure
58-
[org.clojure/test.check "0.10.0"]
58+
[org.clojure/test.check "1.0.0"]
5959
```
6060

6161
#### Maven
@@ -64,7 +64,7 @@ hold true for all inputs. This lets you write concise, powerful tests.
6464
<dependency>
6565
<groupId>org.clojure</groupId>
6666
<artifactId>test.check</artifactId>
67-
<version>0.10.0</version>
67+
<version>1.0.0</version>
6868
</dependency>
6969
```
7070

@@ -73,7 +73,7 @@ hold true for all inputs. This lets you write concise, powerful tests.
7373
#### Leiningen
7474

7575
```clojure
76-
[org.clojure/test.check "0.10.0"]
76+
[org.clojure/test.check "1.0.0"]
7777
```
7878

7979
#### Maven
@@ -82,7 +82,7 @@ hold true for all inputs. This lets you write concise, powerful tests.
8282
<dependency>
8383
<groupId>org.clojure</groupId>
8484
<artifactId>test.check</artifactId>
85-
<version>0.10.0</version>
85+
<version>1.0.0</version>
8686
</dependency>
8787
```
8888

@@ -105,6 +105,6 @@ YourKit's leading software products:
105105

106106
### License
107107

108-
Copyright © 2014 Rich Hickey, Reid Draper and contributors
108+
Copyright © 2014-2020 Rich Hickey, Reid Draper and contributors
109109

110110
Distributed under the Eclipse Public License, the same as Clojure.

0 commit comments

Comments
 (0)