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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
18
## [ 1.0.1] - 2020-06-15
10
19
11
20
### Fixed
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ rem INITIALISATION
7
7
rem -----------------------
8
8
rem Set default variables
9
9
rem -----------------------
10
- set $scriptVersion = 1.0.1
10
+ set $scriptVersion = 1.0.2
11
11
set $scriptLogFileName = ssl_config.log
12
12
13
13
rem WampServer sub-paths.
You can’t perform that action at this time.
0 commit comments