Skip to content

Commit 8a5574a

Browse files
Nathan Smithquinnj
authored andcommitted
Update README with new badges (#138)
1 parent 6ce4e74 commit 8a5574a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| **Documentation** | **PackageEvaluator** | **Build Status** |
66
|:-------------------------------------------------------------------------------:|:---------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
7-
| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][pkg-0.4-img]][pkg-0.4-url] [![][pkg-0.5-img]][pkg-0.5-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] |
7+
| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][pkg-0.6-img]][pkg-0.6-url] [![][pkg-0.7-img]][pkg-0.7-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] |
88

99

1010
## Installation
@@ -22,23 +22,22 @@ julia> Pkg.add("SQLite")
2222

2323
## Project Status
2424

25-
The package is tested against Julia `0.4` and *current* `0.5-dev` on Linux, OS X, and Windows.
25+
The package is tested against Julia `0.6` and `0.7-dev` on Linux, OS X, and Windows.
2626

2727
## Contributing and Questions
2828

2929
Contributions are very welcome, as are feature requests and suggestions. Please open an
3030
[issue][issues-url] if you encounter any problems or would just like to ask a question.
3131

3232

33-
3433
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
3534
[docs-latest-url]: https://juliadatabases.github.io/SQLite.jl/latest
3635

3736
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
3837
[docs-stable-url]: https://juliadatabases.github.io/SQLite.jl/stable
3938

40-
[travis-img]: https://travis-ci.org/juliadatabases/SQLite.jl.svg?branch=master
41-
[travis-url]: https://travis-ci.org/juliadatabases/SQLite.jl
39+
[travis-img]: https://travis-ci.org/JuliaDatabases/SQLite.jl.svg?branch=master
40+
[travis-url]: https://travis-ci.org/JuliaDatabases/SQLite.jl
4241

4342
[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/juliadatabases/SQLite.jl?branch=master&svg=true
4443
[appveyor-url]: https://ci.appveyor.com/project/quinnj/sqlite-jl/branch/master
@@ -48,10 +47,10 @@ Contributions are very welcome, as are feature requests and suggestions. Please
4847

4948
[issues-url]: https://github.com/juliadatabases/SQLite.jl/issues
5049

51-
[pkg-0.4-img]: http://pkg.julialang.org/badges/SQLite_0.4.svg
52-
[pkg-0.4-url]: http://pkg.julialang.org/?pkg=SQLite
53-
[pkg-0.5-img]: http://pkg.julialang.org/badges/SQLite_0.5.svg
54-
[pkg-0.5-url]: http://pkg.julialang.org/?pkg=SQLite
50+
[pkg-0.6-img]: http://pkg.julialang.org/badges/SQLite_0.6.svg
51+
[pkg-0.6-url]: http://pkg.julialang.org/?pkg=SQLite
52+
[pkg-0.7-img]: http://pkg.julialang.org/badges/SQLite_0.7.svg
53+
[pkg-0.7-url]: http://pkg.julialang.org/?pkg=SQLite
5554

5655
## Package Documentation
5756

0 commit comments

Comments
 (0)