File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55
66## [ Unreleased]
77
8+ ## [ v1.2.1] - 2023-11-28
9+
10+ ### Added
11+
12+ - Distribution via PHAR.
13+
814## [ v1.2.0] - 2023-11-28
915
1016### Removed
@@ -45,7 +51,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4551## v1.0.0 - 2017-04-03
4652- First release.
4753
48- [ Unreleased ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.2.0...HEAD
54+ [ Unreleased ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.2.1...HEAD
55+ [ v1.2.1 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.2.0...v1.2.1
4956[ v1.2.0 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.1.2...v1.2.0
5057[ v1.1.2 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.1.1...v1.1.2
5158[ v1.1.1 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.1.0...v1.1.1
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ if ((new OsHelper())->isWindows()) {
4444
4545define ('HOME_DIRECTORY ' , $ homeDiretory );
4646define ('WORKING_DIRECTORY ' , getcwd ());
47- define ('VERSION ' , '1.2.0 ' );
47+ define ('VERSION ' , '1.2.1 ' );
4848define (
4949 'STORAGE_FILE ' ,
5050 HOME_DIRECTORY . DIRECTORY_SEPARATOR . Storage::FILE_NAME
You can’t perform that action at this time.
0 commit comments