Skip to content

Commit

Permalink
Bump version 1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Ben Miloud--Josselin committed Sep 5, 2017
1 parent 5480ed4 commit 92ca3e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.1] - 2017-09-05
###Changed
- installation infos are given as options to the `install` command.
- --no-prompt can be replaced by -n option.
Expand All @@ -13,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `install`: also initialize git submodules.

### Fixed
- Bug whan downloads plugins whose name has more than one word.
- Uncaught option parsing exceptions.
- `install` default options.
- administator_email empty with `install` command.
Expand Down
2 changes: 1 addition & 1 deletion bin/omeka-cli
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php

define('OMEKACLI_VERSION', '0.18.0');
define('OMEKACLI_VERSION', '1.0.0-alpha.1');
define('OMEKACLI_PATH', __DIR__ . '/..');

require_once OMEKACLI_PATH . '/vendor/autoload.php';
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

define('OMEKACLI_PATH', __DIR__ . '/..');
define('BACKUPS_DIR', getenv('HOME') . '/.omeka-cli/backups');
define('OMEKACLI_VERSION', '0.18.0');
define('OMEKACLI_VERSION', '1.0.0-alpha.1');

use OmekaCli\Application;

Expand Down

0 comments on commit 92ca3e2

Please sign in to comment.