Skip to content

Commit 918e39d

Browse files
Updated version number
1 parent 12c5bf5 commit 918e39d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.1
10+
set $scriptVersion=1.0.2
1111
set $scriptLogFileName=ssl_config.log
1212

1313
rem WampServer sub-paths.

0 commit comments

Comments
 (0)