Skip to content

Commit 93770ff

Browse files
Update Readme with new version and fix typos
1 parent 56cfc5d commit 93770ff

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ As Maven dependency:
1919
<dependency>
2020
<groupId>io.mailtrap</groupId>
2121
<artifactId>mailtrap-java</artifactId>
22-
<version>1.0.0</version>
22+
<version>1.1.0</version>
2323
</dependency>
2424
```
2525

2626
As Gradle Groovy dependency:
2727

2828
```groovy
29-
implementation 'io.mailtrap:mailtrap-java:1.0.0'
29+
implementation 'io.mailtrap:mailtrap-java:1.1.0'
3030
```
3131

3232
As Gradle Kotlin DSL dependency:
3333

3434
```kotlin
35-
implementation("io.mailtrap:mailtrap-java:1.0.0")
35+
implementation("io.mailtrap:mailtrap-java:1.1.0")
3636
```
3737

3838
## Usage
@@ -147,10 +147,10 @@ You can find the API reference [here](https://mailtrap.github.io/mailtrap-java/i
147147
Bug reports and pull requests are welcome on [GitHub](https://github.com/mailtrap/mailtrap-java). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](CODE_OF_CONDUCT.md).
148148

149149
### Build
150-
- Istall [direnv](https://direnv.net/)
150+
- Install [direnv](https://direnv.net/)
151151
- Install [asdf](https://asdf-vm.com/)
152-
- Install Java plugin https://github.com/halcyon/asdf-java
153-
- Install Maven plugin https://github.com/halcyon/asdf-maven
152+
- Install [asdf-java](https://github.com/halcyon/asdf-java) plugin
153+
- Install [asdf-maven](https://github.com/halcyon/asdf-maven) plugin
154154

155155
## License
156156

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ Maven dependency:
1717
<dependency>
1818
<groupId>io.mailtrap</groupId>
1919
<artifactId>mailtrap-java</artifactId>
20-
<version>1.0.0</version>
20+
<version>1.1.0</version>
2121
</dependency>
2222
```
2323

2424
Gradle Groovy dependency:
2525

2626
```groovy
27-
implementation 'io.mailtrap:mailtrap-java:1.0.0'
27+
implementation 'io.mailtrap:mailtrap-java:1.1.0'
2828
```
2929

3030
Gradle Kotlin DSL dependency:
3131

3232
```kotlin
33-
implementation("io.mailtrap:mailtrap-java:1.0.0")
33+
implementation("io.mailtrap:mailtrap-java:1.1.0")
3434
```
3535

3636
### 2. Authentication

0 commit comments

Comments
 (0)