From a8c1d452b73099d83805b192a1f6a2f949227d98 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Mon, 30 Oct 2017 18:44:38 +0100 Subject: [PATCH] Bump version 1.0.0-alpha.4 --- CHANGELOG.md | 4 ++-- bootstrap.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbe5ab1..b49679d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.4] - 2017-10-30 ## Added - New command plugin-search @@ -262,7 +262,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.3...master +[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 [1.0.0-alpha.1]: https://github.com/biblibre/omeka-cli/compare/v0.18.0...v1.0.0-alpha.1 diff --git a/bootstrap.php b/bootstrap.php index 6407179..e0617ce 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -6,4 +6,4 @@ require_once __DIR__ . '/vendor/autoload.php'; } -define('OMEKACLI_VERSION', '1.0.0-alpha.3'); +define('OMEKACLI_VERSION', '1.0.0-alpha.4');