From 52718348391185d9096d1121b8a8d8a078078f33 Mon Sep 17 00:00:00 2001 From: Leandro Lisboa Penz Date: Tue, 8 Nov 2022 21:54:41 +0000 Subject: [PATCH] Cargo.*: update version to 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78fdfc0..191a582 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "github-workflows-update" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 65024dd..68d8aa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "github-workflows-update" description = "Check github workflows for actions that can be updated" -version = "0.3.0" +version = "0.3.1" authors = ["Leandro Lisboa Penz "] edition = "2021" license = "MIT"