Skip to content

Commit

Permalink
Bumping version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadrian committed Nov 27, 2024
1 parent 155c95f commit 16f9548
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zest"
version = "0.1.3"
version = "0.1.4"
description = ""
authors = ["David B. Adrian <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion backend/zest/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.3'
__version__ = '0.1.4'
2 changes: 1 addition & 1 deletion frontend/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion frontend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 16f9548

Please sign in to comment.