Skip to content

Commit 70109e8

Browse files
Updated version number
1 parent 818bdf9 commit 70109e8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.0.1] - 2020-06-15
10+
11+
### Fixed
12+
- Added missing quotes around argument when calling isIniFile.
13+
14+
### Changed
15+
- Updated version number.
16+
917
## [1.0.0] - 2020-06-14
1018

1119
### Added

ssl_config.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rem INITIALISATION
77
rem -----------------------
88
rem Set default variables
99
rem -----------------------
10-
set $scriptVersion=1.0.0
10+
set $scriptVersion=1.0.1
1111
set $scriptLogFileName=ssl_config.log
1212

1313
rem WampServer sub-paths.

0 commit comments

Comments
 (0)