diff --git a/documentation/release-latest/docs/install/cli.md b/documentation/release-latest/docs/install/cli.md
index 3ec56f09ee..79c36f975a 100644
--- a/documentation/release-latest/docs/install/cli.md
+++ b/documentation/release-latest/docs/install/cli.md
@@ -12,7 +12,7 @@ All releases of `ktlint` can be downloaded from the [releases](https://github.co
A particular version of `ktlint` can be downloaded with next command which also changes the file to an executable in directory `/usr/local/bin`:
```sh title="Download"
-curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.4.0/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
+curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.4.1/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
```
!!! tip "Curl not installed or behind proxy"
@@ -207,6 +207,6 @@ Options `--stdin` and `--patterns-from-stdin` are mutually exclusive, only one o
Microsoft Windows is not able to run the `ktlint` command directly. Ktlint can be run in following ways on Microsoft Windows:
-1. Use the `ktlint.bat` batch file provided as part of the [release](https://github.com/pinterest/ktlint/releases/tag/1.4.0). Add the batch file to your `%PATH%` environment variable for easy access
+1. Use the `ktlint.bat` batch file provided as part of the [release](https://github.com/pinterest/ktlint/releases/tag/1.4.1). Add the batch file to your `%PATH%` environment variable for easy access
2. Run `ktlint` using Git Bash
3. Run as `java -jar ktlint`
diff --git a/documentation/release-latest/docs/install/integrations.md b/documentation/release-latest/docs/install/integrations.md
index 0fe5ac77ac..1bb7711ec1 100644
--- a/documentation/release-latest/docs/install/integrations.md
+++ b/documentation/release-latest/docs/install/integrations.md
@@ -56,7 +56,7 @@ See [cli usage](../cli) for arguments that can be supplied to `ktlint`.
com.pinterest.ktlint
ktlint-cli
- 1.4.0
+ 1.4.1
@@ -117,7 +117,7 @@ configurations {
}
dependencies {
- ktlint("com.pinterest.ktlint:ktlint-cli:1.4.0") {
+ ktlint("com.pinterest.ktlint:ktlint-cli:1.4.1") {
attributes {
attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.EXTERNAL))
}
@@ -167,7 +167,7 @@ The configuration below, defines following task:
val ktlint by configurations.creating
dependencies {
- ktlint("com.pinterest.ktlint:ktlint-cli:1.4.0") {
+ ktlint("com.pinterest.ktlint:ktlint-cli:1.4.1") {
attributes {
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL))
}
diff --git a/documentation/snapshot/docs/install/cli.md b/documentation/snapshot/docs/install/cli.md
index 3ec56f09ee..79c36f975a 100644
--- a/documentation/snapshot/docs/install/cli.md
+++ b/documentation/snapshot/docs/install/cli.md
@@ -12,7 +12,7 @@ All releases of `ktlint` can be downloaded from the [releases](https://github.co
A particular version of `ktlint` can be downloaded with next command which also changes the file to an executable in directory `/usr/local/bin`:
```sh title="Download"
-curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.4.0/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
+curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.4.1/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
```
!!! tip "Curl not installed or behind proxy"
@@ -207,6 +207,6 @@ Options `--stdin` and `--patterns-from-stdin` are mutually exclusive, only one o
Microsoft Windows is not able to run the `ktlint` command directly. Ktlint can be run in following ways on Microsoft Windows:
-1. Use the `ktlint.bat` batch file provided as part of the [release](https://github.com/pinterest/ktlint/releases/tag/1.4.0). Add the batch file to your `%PATH%` environment variable for easy access
+1. Use the `ktlint.bat` batch file provided as part of the [release](https://github.com/pinterest/ktlint/releases/tag/1.4.1). Add the batch file to your `%PATH%` environment variable for easy access
2. Run `ktlint` using Git Bash
3. Run as `java -jar ktlint`
diff --git a/documentation/snapshot/docs/install/integrations.md b/documentation/snapshot/docs/install/integrations.md
index 0fe5ac77ac..1bb7711ec1 100644
--- a/documentation/snapshot/docs/install/integrations.md
+++ b/documentation/snapshot/docs/install/integrations.md
@@ -56,7 +56,7 @@ See [cli usage](../cli) for arguments that can be supplied to `ktlint`.
com.pinterest.ktlint
ktlint-cli
- 1.4.0
+ 1.4.1
@@ -117,7 +117,7 @@ configurations {
}
dependencies {
- ktlint("com.pinterest.ktlint:ktlint-cli:1.4.0") {
+ ktlint("com.pinterest.ktlint:ktlint-cli:1.4.1") {
attributes {
attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.EXTERNAL))
}
@@ -167,7 +167,7 @@ The configuration below, defines following task:
val ktlint by configurations.creating
dependencies {
- ktlint("com.pinterest.ktlint:ktlint-cli:1.4.0") {
+ ktlint("com.pinterest.ktlint:ktlint-cli:1.4.1") {
attributes {
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL))
}