Skip to content

Commit

Permalink
Merge pull request #54 from Citi/prepareForPublication
Browse files Browse the repository at this point in the history
Prepare for publication
  • Loading branch information
imanushin authored Apr 19, 2024
2 parents 359d071 + 085ad8e commit 1c02438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Add `com.citi.helm` to your Gradle project:

```gradle
plugins {
id 'com.citi.helm' version '2.1.0'
id 'com.citi.helm' version '2.2.0'
}
```

```gradle
plugins {
id("com.citi.helm") version "2.1.0"
id("com.citi.helm") version "2.2.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.citi.gradle-plugins.helm
version=2.1.0
version=2.2.0

test.maxParallelForks=4

Expand Down

0 comments on commit 1c02438

Please sign in to comment.