Skip to content

Commit

Permalink
Update README for jib core 0.22.0 release (#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 authored Aug 31, 2022
1 parent 72216e9 commit e73c1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jib-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Add Jib Core as a dependency using Maven:
<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-core</artifactId>
<version>0.21.0</version>
<version>0.22.0</version>
</dependency>
```

Add Jib Core as a dependency using Gradle:

```groovy
dependencies {
compile 'com.google.cloud.tools:jib-core:0.21.0'
compile 'com.google.cloud.tools:jib-core:0.22.0'
}
```

Expand Down

0 comments on commit e73c1fb

Please sign in to comment.