From a7545c1ec926453143deaae6c5cbb73fecde8ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20D=C3=ADaz=20Vi=C3=B1olas?= Date: Tue, 8 Feb 2022 21:40:02 +0100 Subject: [PATCH] Release 3.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4713ac0..3490707 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "advocat" -version = "3.0.0-dev" +version = "3.0.0" dependencies = [ "configparser", "curl", diff --git a/Cargo.toml b/Cargo.toml index c0f1b84..268fcbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "advocat" description = "A complimentary CLI tool to jutge.org" -version = "3.0.0-dev" +version = "3.0.0" license="GPL-3.0" authors = ["Roger Díaz Viñolas "] readme = "README.md"