diff --git a/Project.toml b/Project.toml index 5012663..9fca34e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SimpleDraw" uuid = "d1acf6f4-8553-480e-80ae-3c883f0a995a" authors = ["Siddharth Bhatia and contributors"] -version = "0.1.0" +version = "0.2.0" [compat] julia = "1" diff --git a/README.md b/README.md index bc18944..8035e34 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ This is a lightweight package that provides exact and efficient (for the most part) drawing methods for some simple shapes. -**Note: This README reflects the most up to date information about the master branch. The README for the last released version can be found [here](https://github.com/Sid-Bhatia-0/SimpleDraw.jl/tree/00cd11b5d5492beefa33827947aa201f743faa42).** - ## Table of contents: * [Getting Started](#getting-started)