Skip to content

Commit

Permalink
[no ci] docs: update project version in documentation to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yusshu committed Feb 20, 2023
1 parent 9970265 commit 56bfcb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the dependency

```kotlin
dependencies {
implementation("team.unnamed:inject:1.0.1")
implementation("team.unnamed:inject:1.0.2")
}
```

Expand All @@ -39,6 +39,6 @@ Add the dependency
<dependency>
<groupId>team.unnamed</groupId>
<artifactId>inject</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

0 comments on commit 56bfcb8

Please sign in to comment.