Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GraphsColoring"
uuid = "ed38bb8a-6120-4024-8d1e-8789784f251b"
authors = ["Danijel Jukić <[email protected]> and contributors"]
version = "0.1.0"
version = "0.2.0"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</picture>
</p>

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://djukic14.github.io/GraphsColoring.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://djukic14.github.io/GraphsColoring.jl/dev/)
[![Build Status](https://github.com/djukic14/GraphsColoring.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/djukic14/GraphsColoring.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliagraphs.org/GraphsColoring.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliagraphs.org/GraphsColoring.jl/dev/)
[![Build Status](https://github.com/JuliaGraphs/GraphsColoring.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaGraphs/GraphsColoring.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/djukic14/GraphsColoring.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/djukic14/GraphsColoring.jl)

## Introduction
Expand All @@ -25,5 +25,5 @@ Currently, the following aspects are implemented (✓) and planned (⌛):

## Documentation

- Documentation for the [latest stable version](https://djukic14.github.io/GraphsColoring.jl/stable/).
- Documentation for the [development version](https://djukic14.github.io/GraphsColoring.jl/dev/)
- Documentation for the [latest stable version](https://juliagraphs.org/GraphsColoring.jl/stable/).
- Documentation for the [development version](https://juliagraphs.org/GraphsColoring.jl/dev/)