From 17342961c4cc9fc85ba36f7b4f97112bfd24f96b Mon Sep 17 00:00:00 2001 From: github-action Date: Tue, 7 Nov 2023 18:25:56 +0000 Subject: [PATCH] new update of dtcw --- dtcw | 2 +- dtcw.bat | 2 +- dtcw.ps1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dtcw b/dtcw index ac3390c..fb38979 100755 --- a/dtcw +++ b/dtcw @@ -12,7 +12,7 @@ set -o pipefail # See https://github.com/docToolchain/docToolchain/releases for available versions. # Set DTC_VERSION to "latest" to get the latest, yet unreleased version. -: "${DTC_VERSION:=3.1.0}" +: "${DTC_VERSION:=3.1.1}" # The 'generateSite' and 'copyThemes' tasks support DTC_SITETHEME, an URL of a theme. # export DTC_SITETHEME=https://....zip diff --git a/dtcw.bat b/dtcw.bat index 9a6b573..9eefa58 100644 --- a/dtcw.bat +++ b/dtcw.bat @@ -18,7 +18,7 @@ $ErrorActionPreference = "Stop" # See https://github.com/docToolchain/docToolchain/releases for available versions. # Set DTC_VERSION to "latest" to get the latest, yet unreleased version. -$DTC_VERSION = "3.1.0" +$DTC_VERSION = "3.1.1" if ($env:DTC_VERSION) { $DTC_VERSION = $env:DTC_VERSION } #here you can specify the URL of a theme to use with generateSite-task diff --git a/dtcw.ps1 b/dtcw.ps1 index 05e23a3..fee92e4 100644 --- a/dtcw.ps1 +++ b/dtcw.ps1 @@ -9,7 +9,7 @@ $ErrorActionPreference = "Stop" # See https://github.com/docToolchain/docToolchain/releases for available versions. # Set DTC_VERSION to "latest" to get the latest, yet unreleased version. -$DTC_VERSION = "3.1.0" +$DTC_VERSION = "3.1.1" if ($env:DTC_VERSION) { $DTC_VERSION = $env:DTC_VERSION } #here you can specify the URL of a theme to use with generateSite-task