Skip to content

Commit

Permalink
Released version "1.0.0-beta10"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Mar 31, 2016
1 parent 4ce2449 commit 89f1d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,9 +1,9 @@
The Puli Plugin for Composer
============================

[![Build Status](https://travis-ci.org/puli/composer-plugin.svg?branch=master)](https://travis-ci.org/puli/composer-plugin)
[![Build Status](https://travis-ci.org/puli/composer-plugin.svg?branch=1.0.0-beta10)](https://travis-ci.org/puli/composer-plugin)
[![Build status](https://ci.appveyor.com/api/projects/status/ahk24l3m2tahc9ih/branch/master?svg=true)](https://ci.appveyor.com/project/webmozart/composer-plugin/branch/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/composer-plugin/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/puli/composer-plugin/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/composer-plugin/badges/quality-score.png?b=1.0.0-beta10)](https://scrutinizer-ci.com/g/puli/composer-plugin/?branch=1.0.0-beta10)
[![Latest Stable Version](https://poser.pugx.org/puli/composer-plugin/v/stable.svg)](https://packagist.org/packages/puli/composer-plugin)
[![Total Downloads](https://poser.pugx.org/puli/composer-plugin/downloads.svg)](https://packagist.org/packages/puli/composer-plugin)
[![Dependency Status](https://www.versioneye.com/php/puli:composer-plugin/1.0.0/badge.svg)](https://www.versioneye.com/php/puli:composer-plugin/1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion src/PuliPluginImpl.php
Expand Up @@ -36,7 +36,7 @@ class PuliPluginImpl
/**
* The version of the Puli plugin.
*/
const VERSION = '@package_version@';
const VERSION = '1.0.0-beta10';

/**
* The minimum version of the Puli CLI.
Expand Down

0 comments on commit 89f1d4d

Please sign in to comment.