File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 1.0.2] - 2020-06-15
10+
11+ ### Updated
12+ - Moved CLI argument count code (0 & >2) to a more logical section in ssl_config.bat
13+ - Fixed grammatical errors and general formatting in README.md
14+
15+ ### Changed
16+ - Updated version number.
17+
918## [ 1.0.1] - 2020-06-15
1019
1120### Fixed
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ rem INITIALISATION
77rem -----------------------
88rem Set default variables
99rem -----------------------
10- set $scriptVersion = 1.0.1
10+ set $scriptVersion = 1.0.2
1111set $scriptLogFileName = ssl_config.log
1212
1313rem WampServer sub-paths.
You can’t perform that action at this time.
0 commit comments