From 16f954809d4a1dcc38237d5a3389a5c7abf3ab01 Mon Sep 17 00:00:00 2001 From: "David B. Adrian" Date: Wed, 27 Nov 2024 21:59:05 +0100 Subject: [PATCH] Bumping version to 0.1.4 --- 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 ff4ed841..63220196 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zest" -version = "0.1.3" +version = "0.1.4" description = "" authors = ["David B. Adrian "] diff --git a/backend/zest/version.py b/backend/zest/version.py index 8ce9b362..7525d199 100644 --- a/backend/zest/version.py +++ b/backend/zest/version.py @@ -1 +1 @@ -__version__ = '0.1.3' +__version__ = '0.1.4' diff --git a/frontend/PKGBUILD b/frontend/PKGBUILD index 62ef0c0e..46ee43fd 100644 --- a/frontend/PKGBUILD +++ b/frontend/PKGBUILD @@ -2,7 +2,7 @@ # _pkgname=zest _pkgname=zest pkgname=$_pkgname -pkgver=0.1.3 +pkgver=0.1.4 pkgrel=1 pkgdesc="A recipe app" url="https://github.com/dbadrian/zest" diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index 97e93db2..30545c7b 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.3+23 +version: 0.1.4+25 environment: sdk: ">=3.4.0 <4.0.0"