diff --git a/Project.toml b/Project.toml index bb6be72..f4c81f0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GraphsColoring" uuid = "ed38bb8a-6120-4024-8d1e-8789784f251b" authors = ["Danijel Jukić and contributors"] -version = "0.1.0" +version = "0.2.0" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" diff --git a/README.md b/README.md index 7fead45..196e038 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@

-[![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 @@ -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/)