From 6926856af5f8333a205947ec59f3993e4671a607 Mon Sep 17 00:00:00 2001 From: "David B. Adrian" Date: Sat, 30 Nov 2024 18:37:58 +0100 Subject: [PATCH] Bumping version to 0.1.11 --- 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 f7c4a95e..35893a90 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zest" -version = "0.1.10" +version = "0.1.11" description = "" authors = ["David B. Adrian "] diff --git a/backend/zest/version.py b/backend/zest/version.py index 850505a3..13b70891 100644 --- a/backend/zest/version.py +++ b/backend/zest/version.py @@ -1 +1 @@ -__version__ = '0.1.10' +__version__ = '0.1.11' diff --git a/frontend/PKGBUILD b/frontend/PKGBUILD index fa804501..03e58be8 100644 --- a/frontend/PKGBUILD +++ b/frontend/PKGBUILD @@ -2,7 +2,7 @@ # _pkgname=zest _pkgname=zest pkgname=$_pkgname -pkgver=0.1.10 +pkgver=0.1.11 pkgrel=1 pkgdesc="A recipe app" url="https://github.com/dbadrian/zest" diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index 08e82920..83d1b549 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.10+1188 +version: 0.1.11+1190 environment: sdk: ">=3.4.0 <4.0.0"