Skip to content

Commit f419f09

Browse files
committed
1.0 Release (dependent on new threadly 6.0)
1 parent d527338 commit f419f09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Threadly Test Utilities [![Build status](https://badge.buildkite.com/8bfb74c7efa06fb26fd53f710996951a4e907a8b72d76ae8a6.svg)](https://buildkite.com/threadly/threadly-test)
1+
Threadly Test Utilities [![Build status](https://badge.buildkite.com/8bfb74c7efa06fb26fd53f710996951a4e907a8b72d76ae8a6.svg?branch=master)](https://buildkite.com/threadly/threadly-test)
22
========
33
Tools for testing concurrent applications. Helping make normally async designs deterministic and fast to run in unit tests.
44

@@ -8,7 +8,7 @@ Include these tools in your test code by including the maven central artifact:
88
<dependency>
99
<groupId>org.threadly</groupId>
1010
<artifactId>threadly-test</artifactId>
11-
<version>0.1</version>
11+
<version>1.0</version>
1212
</dependency>
1313
```
1414
-- Test Tool Overview --

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = org.threadly
2-
version = 1.0-SNAPSHOT
2+
version = 1.0
33
org.gradle.parallel = false
44

55
threadlyVersion = 6.0

0 commit comments

Comments
 (0)