From d65ddc423966d3f5008e7de9c5955e3cb6f1dc4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20MB?= Date: Thu, 8 Feb 2024 21:33:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20New=20release:=200.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/yourss/Chart.yaml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/yourss/Chart.yaml b/charts/yourss/Chart.yaml index 27bbc02..5920412 100644 --- a/charts/yourss/Chart.yaml +++ b/charts/yourss/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: yourss type: application -version: 0.9.1 -appVersion: 0.9.1 +version: 0.9.2 +appVersion: 0.9.2 description: Simple Youtube browser based on RSS feeds home: https://github.com/essembeh/YouRSS maintainers: diff --git a/pyproject.toml b/pyproject.toml index 3b28bc4..d8f66fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yourss" -version = "0.9.1" +version = "0.9.2" description = "Simple Youtube browser based on RSS feeds" homepage = "https://github.com/essembeh/yourss" authors = ["Sébastien MB "]