From 4358796a395a4eb3a339c4da7894d1f2b5d87a89 Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Mon, 28 Jun 2021 08:48:39 +0530 Subject: [PATCH] toml changed --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf8f3a6..623fc07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "rang" -version = "0.1.0" +version = "0.1.1" description = "Just another colour chooser" authors = ["PiyushXCoder "] license = "GPL-3.0-only" readme = "README.md" -repository = "https://github.com/PiyushXCoder/Rasp-Manager" +repository = "https://github.com/PiyushXCoder/rang" keywords = ["color", "color-chooser", "color-picker", "gtk"] edition = "2018" diff --git a/README.md b/README.md index 60d789a..f2a836a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A simple color chooser made with GTK ## Interface -![1](Screenshot.png) +![Alt text](Screenshot.png) # LICENSE This program is free software: you can redistribute it and/or modify