Skip to content

Commit

Permalink
Bump version 1.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jajm committed Nov 9, 2017
1 parent c7fd622 commit 4233bbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.0-alpha.5] - 2017-11-09
## Changed
- Commands plugin-activate and plugin-install are merged into plugin-enable
- Some commands aliases are modified

## [1.0.0-alpha.4] - 2017-10-30
## Added
Expand Down Expand Up @@ -266,7 +267,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## 0.1.0 - 2016-12-11

[Unreleased]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.4...HEAD
[1.0.0-alpha.5]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
[1.0.0-alpha.4]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
[1.0.0-alpha.3]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
[1.0.0-alpha.2]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
require_once __DIR__ . '/vendor/autoload.php';
}

define('OMEKACLI_VERSION', '1.0.0-alpha.4');
define('OMEKACLI_VERSION', '1.0.0-alpha.5');

0 comments on commit 4233bbf

Please sign in to comment.