Shields: Why my CocoaPods icon is orange?

Created on 8 Oct 2018  ·  2Comments  ·  Source: badges/shields

:question: Question

Why my CocoaPods icon is orange?I observed that other people's icon was blue.

I have wrote this in README

[![Version](https://img.shields.io/cocoapods/v/ZYDebugo.svg?style=flat)](https://cocoapods.org/pods/ZYDebugo)

You can check it on this website.

question

Most helpful comment

Its because your version is less than 1.0. We format blue for stable releases and orange if it is unstable. A release is unstable if the version is <1.0 or if its a pre-release (e.g: alpha, beta, dev, pre/ etc).

All 2 comments

Its because your version is less than 1.0. We format blue for stable releases and orange if it is unstable. A release is unstable if the version is <1.0 or if its a pre-release (e.g: alpha, beta, dev, pre/ etc).

@chris48s OK, I see. Thank you very much. 🙏

Was this page helpful?
0 / 5 - 0 ratings

Related issues

niccokunzmann picture niccokunzmann  ·  3Comments

Turnerj picture Turnerj  ·  3Comments

paulmelnikow picture paulmelnikow  ·  3Comments

lukeeey picture lukeeey  ·  3Comments

bruno-garcia picture bruno-garcia  ·  3Comments