Skip to content

Commit

Permalink
docs: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Plexcalibur committed Jul 19, 2024
1 parent 02a90ed commit 4c98beb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ You can install JTokkit by adding the following dependency to your Maven project
<dependency>
<groupId>com.knuddels</groupId>
<artifactId>jtokkit</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Or alternatively using Gradle:

```groovy
dependencies {
implementation 'com.knuddels:jtokkit:1.0.0'
implementation 'com.knuddels:jtokkit:1.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/getting-started/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ You can install JTokkit by adding the following dependency to your Maven project
<dependency>
<groupId>com.knuddels</groupId>
<artifactId>jtokkit</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Or alternatively using Gradle:

```groovy
dependencies {
implementation 'com.knuddels:jtokkit:1.0.0'
implementation 'com.knuddels:jtokkit:1.1.0'
}
```

0 comments on commit 4c98beb

Please sign in to comment.