Skip to content

Commit

Permalink
Releasing version "1.0.0-alpha1"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Dec 3, 2014
1 parent 682a747 commit 2a531b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
The Puli CLI
============

[![Build Status](https://travis-ci.org/puli/cli.svg?branch=master)](https://travis-ci.org/puli/cli)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/cli/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/puli/cli/?branch=master)
[![Build Status](https://travis-ci.org/puli/cli.svg?branch=1.0.0-alpha1)](https://travis-ci.org/puli/cli)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/cli/badges/quality-score.png?b=1.0.0-alpha1)](https://scrutinizer-ci.com/g/puli/cli/?branch=1.0.0-alpha1)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/96bbb04c-f5c3-47c2-8e43-1f92d26f7c3a/mini.png)](https://insight.sensiolabs.com/projects/96bbb04c-f5c3-47c2-8e43-1f92d26f7c3a)
[![Latest Stable Version](https://poser.pugx.org/puli/cli/v/stable.png)](https://packagist.org/packages/puli/cli)
[![Total Downloads](https://poser.pugx.org/puli/cli/downloads.png)](https://packagist.org/packages/puli/cli)
[![Dependency Status](https://www.versioneye.com/php/puli:cli/1.0.0/badge.png)](https://www.versioneye.com/php/puli:cli/1.0.0)

Latest release: none
Latest release: [1.0.0-alpha1](https://packagist.org/packages/puli/cli#1.0.0-alpha1)

PHP >= 5.3.9

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require-dev": {
"symfony/filesystem": "~2.3"
},
"minimum-stability": "dev",
"minimum-stability": "alpha",
"autoload": {
"psr-4": {
"Puli\\Cli\\": "src/"
Expand Down
4 changes: 2 additions & 2 deletions src/PuliCli.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
*/
class PuliCli
{
const VERSION = '@package_version@';
const VERSION = '1.0.0-alpha1';

const RELEASE_DATE = '@release_date@';
const RELEASE_DATE = '2014-12-03';

private function __construct()
{
Expand Down

0 comments on commit 2a531b6

Please # to comment.