Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
docs(#32): add v3.0.2 in changelog and in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Sep 10, 2022
1 parent 505e4a8 commit dc46738
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ All notable changes to this project will be documented in this file.

## Work in progress

## Version 3.0.2 - 2022/09/10

### Native

Fix delivery and deployment for macOS and Windows platforms
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ assertFailsWith<RuntimeException> { throw RuntimeException() }
#### Kotlin DSL

```kotlin
testImplementation("io.github.kotools:assert:3.0.1")
testImplementation("io.github.kotools:assert:3.0.2")
```

#### Groovy DSL

```groovy
testImplementation 'io.github.kotools:assert:3.0.1'
testImplementation 'io.github.kotools:assert:3.0.2'
```

### Maven
Expand All @@ -46,7 +46,7 @@ testImplementation 'io.github.kotools:assert:3.0.1'
<dependency>
<groupId>io.github.kotools</groupId>
<artifactId>assert</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit dc46738

Please sign in to comment.