Skip to content

Commit

Permalink
Add a link to the documentation of the version 3.0.1 in the main read…
Browse files Browse the repository at this point in the history
…me file. Change the current version in the documentation.
  • Loading branch information
bsautel committed Feb 9, 2021
1 parent 5544ff4 commit c17eb3d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ issue to [GitHub Issues](https://github.com/node-gradle/gradle-node-plugin/issue

Here's the documentation for older releases of the plugin:

* [3.0.0](https://github.com/node-gradle/gradle-node-plugin/blob/3.0.0/README.md) (current)
* [3.0.1](https://github.com/node-gradle/gradle-node-plugin/blob/3.0.1/README.md) (current)
* [3.0.0](https://github.com/node-gradle/gradle-node-plugin/blob/3.0.0/README.md)
* [2.2.4](https://github.com/node-gradle/gradle-node-plugin/blob/2.2.4/README.md)
* [2.2.3](https://github.com/node-gradle/gradle-node-plugin/blob/2.2.3/README.md)
* [2.2.2](https://github.com/node-gradle/gradle-node-plugin/blob/2.2.2/README.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in your `build.gradle` file:

```gradle
plugins {
id "com.github.node-gradle.node" version "3.0.0"
id "com.github.node-gradle.node" version "3.0.1"
}
```

Expand All @@ -18,7 +18,7 @@ buildscript {
}
dependencies {
classpath "com.github.node-gradle:gradle-node-plugin:3.0.0"
classpath "com.github.node-gradle:gradle-node-plugin:3.0.1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ file (see [Installing](installation.md) for details):

```gradle
plugins {
id "com.github.node-gradle.node" version "3.0.0"
id "com.github.node-gradle.node" version "3.0.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion examples/simple-node/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath "com.github.node-gradle:gradle-node-plugin:3.0.0"
classpath "com.github.node-gradle:gradle-node-plugin:3.0.1"
}
}

Expand Down

0 comments on commit c17eb3d

Please sign in to comment.