Skip to content

Commit

Permalink
Upping to version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb committed Sep 2, 2022
1 parent be1bf82 commit b30007d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.4] - 2022-09-02

### Changed

- Generate Docker images for `slic` and `wordpress` containers.

## [1.0.3] - 2022.09-02

### Changed
Expand Down
2 changes: 1 addition & 1 deletion slic.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
] );

$cli_name = 'slic';
const CLI_VERSION = '1.0.3';
const CLI_VERSION = '1.0.4';

// If the run-time option `-q`, for "quiet", is specified, then do not print the header.
if ( in_array( '-q', $argv, true ) ) {
Expand Down

0 comments on commit b30007d

Please sign in to comment.