Skip to content

Commit

Permalink
Update documentation for 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deepy committed Sep 12, 2021
1 parent 70a5248 commit 6fa9471
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Version 3.x *(unreleased)*

## Version 3.1.1 *(2021-09-12)*
* Add support for Linux on Z system (s390x) [#193](https://github.com/node-gradle/gradle-node-plugin/issues/193)

## Version 3.1.0 *(2021-05-07)*
* Add support for Linux Power PC [#166](https://github.com/node-gradle/gradle-node-plugin/issues/166) (thanks [akatona84](https://github.com/akatona84) for the [pull request](https://github.com/node-gradle/gradle-node-plugin/issues/167))
* Internal test suite now running against Gradle 7
Expand Down
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.1.0](https://github.com/node-gradle/gradle-node-plugin/blob/3.1.0/README.md) (current)
* [3.1.1](https://github.com/node-gradle/gradle-node-plugin/blob/3.1.1/README.md) (current)
* [3.1.0](https://github.com/node-gradle/gradle-node-plugin/blob/3.1.0/README.md)
* [3.0.1](https://github.com/node-gradle/gradle-node-plugin/blob/3.0.1/README.md)
* [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)
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.1.0"
id "com.github.node-gradle.node" version "3.1.1"
}
```

Expand All @@ -18,7 +18,7 @@ buildscript {
}
dependencies {
classpath "com.github.node-gradle:gradle-node-plugin:3.1.0"
classpath "com.github.node-gradle:gradle-node-plugin:3.1.1"
}
}
Expand Down

0 comments on commit 6fa9471

Please sign in to comment.