Skip to content

Commit

Permalink
[githubAction] increment Patch Version to 0.4.0 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 11, 2022
1 parent 4cb405c commit 7579f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gradle:

```gradle
dependencies {
implementation group: 'com.hopper.cloud', name: 'cloud-airlines-java', version: '0.3.0'
implementation group: 'com.hopper.cloud', name: 'cloud-airlines-java', version: '0.4.0'
}
```

Expand All @@ -46,7 +46,7 @@ Maven:
<dependency>
<groupId>com.hopper.cloud</groupId>
<artifactId>cloud-airlines-java</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>

```
Expand Down

0 comments on commit 7579f49

Please sign in to comment.