Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v1.3.4'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Nov 13, 2022
2 parents e0ac0aa + ac91a80 commit 230f54c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ outputs:
wsl-shell-command is not set explicitly and the script already exists, this output will be set.
runs:
using: node12
using: node16
main: build/distributions/index.js
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/net/kautler/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val versions = mapOf(
"kotlin-extensions" to "1.0.1-pre.129-kotlin-1.4.20",
"kotlinx-coroutines-core" to "1.4.2",
"kotlinx-nodejs" to "0.0.7",
"node" to "12.18.3",
"node" to "16.18.1",

// build NPM dependencies
"@vercel/ncc" to "0.25.1",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

group = net.kautler
version = 1.3.3
version = 1.3.4
description = A GitHub action to install and setup a Linux distribution for the Windows Subsystem for Linux (WSL)

org.gradle.caching = true

0 comments on commit 230f54c

Please sign in to comment.