Skip to content

Commit

Permalink
Updated latest version to "4.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Dec 29, 2015
1 parent 6b472ed commit f2fd6b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Webmozart Glob
==============

[![Build Status](https://travis-ci.org/webmozart/glob.svg?branch=4.0.0)](https://travis-ci.org/webmozart/glob)
[![Build Status](https://travis-ci.org/webmozart/glob.svg?branch=4.1.0)](https://travis-ci.org/webmozart/glob)
[![Build status](https://ci.appveyor.com/api/projects/status/das6j3x0org6219m/branch/master?svg=true)](https://ci.appveyor.com/project/webmozart/glob/branch/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/webmozart/glob/badges/quality-score.png?b=4.0.0)](https://scrutinizer-ci.com/g/webmozart/glob/?branch=4.0.0)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/webmozart/glob/badges/quality-score.png?b=4.1.0)](https://scrutinizer-ci.com/g/webmozart/glob/?branch=4.1.0)
[![Latest Stable Version](https://poser.pugx.org/webmozart/glob/v/stable.svg)](https://packagist.org/packages/webmozart/glob)
[![Total Downloads](https://poser.pugx.org/webmozart/glob/downloads.svg)](https://packagist.org/packages/webmozart/glob)
[![Dependency Status](https://www.versioneye.com/php/webmozart:glob/4.0.0/badge.svg)](https://www.versioneye.com/php/webmozart:glob/4.0.0)
[![Dependency Status](https://www.versioneye.com/php/webmozart:glob/4.1.0/badge.svg)](https://www.versioneye.com/php/webmozart:glob/4.1.0)

Latest release: [4.0.0](https://packagist.org/packages/webmozart/glob#4.0.0)
Latest release: [4.1.0](https://packagist.org/packages/webmozart/glob#4.1.0)

A utility implementing Ant-like globbing.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "4.1-dev"
}
}
}

0 comments on commit f2fd6b0

Please sign in to comment.