Skip to content

Commit

Permalink
Fix TagBot complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed May 23, 2020
1 parent b5ff77b commit 3edaad3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ test = ["Test"]

[compat]
julia = "^1.0.0"
ModuleInterfaceTools = "≥ 1.0.0"
StrAPI = "≥ 1.0.0"
CharSetEncodings = "≥ 1.0.0"
ModuleInterfaceTools = "1"
StrAPI = "1"
CharSetEncodings = "1"
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

| **Info** | **Windows** | **Linux & MacOS** | **Package Evaluator** | **CodeCov** | **Coveralls** |
|:------------------:|:------------------:|:---------------------:|:-----------------:|:---------------------:|:-----------------:|
| [![][license-img]][license-url] | [![][app-s-img]][app-s-url] | [![][travis-s-img]][travis-url] | [![][pkg-s-img]][pkg-s-url] | [![][codecov-img]][codecov-url] | [![][coverall-s-img]][coverall-s-url]
| [![][gitter-img]][gitter-url] | [![][app-m-img]][app-m-url] | [![][travis-m-img]][travis-url] | [![][pkg-m-img]][pkg-m-url] | [![][codecov-img]][codecov-url] | [![][coverall-m-img]][coverall-m-url]
| [![][license-img]][license-url] | [![][app-s-img]][app-s-url] | [![][travis-s-img]][travis-url] | [![][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] | [![][coverall-s-img]][coverall-s-url]
| [![][gitter-img]][gitter-url] | [![][app-m-img]][app-m-url] | [![][travis-m-img]][travis-url] | [![][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] | [![][coverall-m-img]][coverall-m-url]

[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
[license-url]: LICENSE.md

[gitter-img]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/JuliaString/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge

[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/C/ChrBase.svg
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html

[travis-url]: https://travis-ci.org/JuliaString/ChrBase.jl
[travis-s-img]: https://travis-ci.org/JuliaString/ChrBase.jl.svg
[travis-m-img]: https://travis-ci.org/JuliaString/ChrBase.jl.svg?branch=master
Expand All @@ -20,11 +23,6 @@
[app-s-img]: https://ci.appveyor.com/api/projects/status/lrdfni7si4o797fr?svg=true
[app-m-img]: https://ci.appveyor.com/api/projects/status/lrdfni7si4o797fr/branch/master?svg=true

[pkg-s-url]: http://pkg.julialang.org/detail/ChrBase
[pkg-m-url]: http://pkg.julialang.org/detail/ChrBase
[pkg-s-img]: http://pkg.julialang.org/badges/ChrBase_0.6.svg
[pkg-m-img]: http://pkg.julialang.org/badges/ChrBase_0.7.svg

[codecov-url]: https://codecov.io/gh/JuliaString/ChrBase.jl
[codecov-img]: https://codecov.io/gh/JuliaString/ChrBase.jl/branch/master/graph/badge.svg

Expand Down

0 comments on commit 3edaad3

Please sign in to comment.