From 23317959b0a33f352f7a57525a039c1b12a3aec2 Mon Sep 17 00:00:00 2001 From: "David B. Adrian" Date: Sat, 30 Nov 2024 14:47:32 +0100 Subject: [PATCH] Bumping version to 0.1.8 --- 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 4b89616f..13be13f6 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zest" -version = "0.1.7" +version = "0.1.8" description = "" authors = ["David B. Adrian "] diff --git a/backend/zest/version.py b/backend/zest/version.py index 124e4620..c3bb2961 100644 --- a/backend/zest/version.py +++ b/backend/zest/version.py @@ -1 +1 @@ -__version__ = '0.1.7' +__version__ = '0.1.8' diff --git a/frontend/PKGBUILD b/frontend/PKGBUILD index c1462c2e..618cce7f 100644 --- a/frontend/PKGBUILD +++ b/frontend/PKGBUILD @@ -2,7 +2,7 @@ # _pkgname=zest _pkgname=zest pkgname=$_pkgname -pkgver=0.1.7 +pkgver=0.1.8 pkgrel=1 pkgdesc="A recipe app" url="https://github.com/dbadrian/zest" diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index 9dbe792a..bfb0b7fb 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.7+32 +version: 0.1.8+1182 environment: sdk: ">=3.4.0 <4.0.0"