From 6e1442b03606481fb1308583ab4c8ff1e313f323 Mon Sep 17 00:00:00 2001 From: Fede Calendino Date: Mon, 12 Sep 2022 10:54:15 +0200 Subject: [PATCH] Bump to 1.6.0 --- info.plist | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/info.plist b/info.plist index 91c68b7..9fd3a57 100644 --- a/info.plist +++ b/info.plist @@ -125,7 +125,7 @@ variablesdontexport version - 1.5.0 + 1.6.0 webaddress https://github.com/fedecalendino/alfred-pwd-gen diff --git a/pyproject.toml b/pyproject.toml index e5af11a..c1c1e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Password Generator" -version = "1.5.0" +version = "1.6.0" description = "Generate secure passwords" documentation = "https://github.com/fedecalendino/alfred-pwd-gen/blob/main/README.md" homepage = "https://github.com/fedecalendino/alfred-pwd-gen"