Skip to content

Commit 6fa9471

Browse files
committed
Update documentation for 3.1.1
1 parent 70a5248 commit 6fa9471

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Version 3.x *(unreleased)*
44

5+
## Version 3.1.1 *(2021-09-12)*
6+
* Add support for Linux on Z system (s390x) [#193](https://github.com/node-gradle/gradle-node-plugin/issues/193)
7+
58
## Version 3.1.0 *(2021-05-07)*
69
* 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))
710
* Internal test suite now running against Gradle 7

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ issue to [GitHub Issues](https://github.com/node-gradle/gradle-node-plugin/issue
3838

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

41-
* [3.1.0](https://github.com/node-gradle/gradle-node-plugin/blob/3.1.0/README.md) (current)
41+
* [3.1.1](https://github.com/node-gradle/gradle-node-plugin/blob/3.1.1/README.md) (current)
42+
* [3.1.0](https://github.com/node-gradle/gradle-node-plugin/blob/3.1.0/README.md)
4243
* [3.0.1](https://github.com/node-gradle/gradle-node-plugin/blob/3.0.1/README.md)
4344
* [3.0.0](https://github.com/node-gradle/gradle-node-plugin/blob/3.0.0/README.md)
4445
* [2.2.4](https://github.com/node-gradle/gradle-node-plugin/blob/2.2.4/README.md)

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ in your `build.gradle` file:
55

66
```gradle
77
plugins {
8-
id "com.github.node-gradle.node" version "3.1.0"
8+
id "com.github.node-gradle.node" version "3.1.1"
99
}
1010
```
1111

@@ -18,7 +18,7 @@ buildscript {
1818
}
1919
2020
dependencies {
21-
classpath "com.github.node-gradle:gradle-node-plugin:3.1.0"
21+
classpath "com.github.node-gradle:gradle-node-plugin:3.1.1"
2222
}
2323
}
2424

0 commit comments

Comments
 (0)