From efcfdb9a71ac597a6fa7d2bfc6c5fedb0daba3d1 Mon Sep 17 00:00:00 2001 From: thex Date: Mon, 15 Jan 2018 12:02:11 +0100 Subject: [PATCH] preparations for v1.3.5 --- README.md | 2 +- build/build.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90c7e8f..8be4d01 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Many claim that the reconnect problem leads back to a timing problem during logi * little knowledge on Windows Task Scheduling ## Download / Installation -1. [Download v1.3.4](https://github.com/thexmanxyz/network-share-reconnecter/releases/download/v1.3.4/nsr.v1.3.4.zip) of the Network Share Reconnecter Package. +1. [Download v1.3.5](https://github.com/thexmanxyz/network-share-reconnecter/releases/download/v1.3.5/nsr.v1.3.5.zip) of the Network Share Reconnecter Package. 2. Extract the files. 3. Modify the sample configuration in the **share_reconnect.vbs** script file. * At least modify `hostname`, `sharePaths` and `shareLetters` (see also the [configuration section](https://github.com/thexmanxyz/network-share-reconnecter/blob/master/src/share_reconnect.vbs#L41-L43) and [Issue #1](https://github.com/thexmanxyz/network-share-reconnecter/issues/1)). diff --git a/build/build.bat b/build/build.bat index d268ee3..62d6e08 100644 --- a/build/build.bat +++ b/build/build.bat @@ -21,7 +21,7 @@ set log_files=0 REM --- Packaging Variables -- set prj_id=nsr -set prj_rev=v1.3.4 +set prj_rev=v1.3.5 set prj_fullname=Network Share Reconnecter REM --- File Variables ---