From 6c669a69ac8675786ad065c5422dd0a4bba43875 Mon Sep 17 00:00:00 2001 From: "David B. Adrian" Date: Sat, 30 Nov 2024 17:22:07 +0100 Subject: [PATCH] Bumping version to 0.1.9 --- backend/pyproject.toml | 2 +- backend/zest/version.py | 2 +- frontend/PKGBUILD | 2 +- frontend/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 13be13f6..7e51e867 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zest" -version = "0.1.8" +version = "0.1.9" description = "" authors = ["David B. Adrian "] diff --git a/backend/zest/version.py b/backend/zest/version.py index c3bb2961..1c98a23a 100644 --- a/backend/zest/version.py +++ b/backend/zest/version.py @@ -1 +1 @@ -__version__ = '0.1.8' +__version__ = '0.1.9' diff --git a/frontend/PKGBUILD b/frontend/PKGBUILD index 618cce7f..4f3d9d86 100644 --- a/frontend/PKGBUILD +++ b/frontend/PKGBUILD @@ -2,7 +2,7 @@ # _pkgname=zest _pkgname=zest pkgname=$_pkgname -pkgver=0.1.8 +pkgver=0.1.9 pkgrel=1 pkgdesc="A recipe app" url="https://github.com/dbadrian/zest" diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index bfb0b7fb..7c5524e0 100644 --- a/frontend/pubspec.yaml +++ b/frontend/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.1.8+1182 +version: 0.1.9+1186 environment: sdk: ">=3.4.0 <4.0.0"