Skip to content

Commit

Permalink
Merge branch 'release/v1.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
custom-dev-tools committed Aug 26, 2020
2 parents b388bc8 + dad49fa commit 6d579cc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Ensure these specific files always have a CRLF line ending.
*.bat text eol=crlf
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [1.2.3] - 2020-08-26

### Fixed
- Added .gitattributes file to normalize EOL's for Windows OS when code is downloaded as ZIP file.

## Changed
- Updated version number.

## [1.2.2] - 2020-05-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion cli_changer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rem +------------------------------------------------+
rem ---------------------
rem Default Variables
rem ---------------------
set $scriptVersion=1.2.2
set $scriptVersion=1.2.3

set $defaultInstallPath[0]=C:\wamp
set $defaultInstallPath[1]=C:\wamp64
Expand Down

0 comments on commit 6d579cc

Please sign in to comment.