Skip to content

Commit

Permalink
Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Aug 4, 2022
1 parent 609e97f commit 5180287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"require" : {
"php": ">=8.0.0|>=8.1.0",
"cweagans/composer-patches": "^1.7",
"fastybird/metadata": "^0.71",
"fastybird/metadata": "^0.72",
"nette/bootstrap": "^3.1",
"nette/di": "^3.0",
"nette/utils": "^3.2",
Expand Down
2 changes: 1 addition & 1 deletion fastybird_exchange/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
Exchange library
"""

__version__ = "0.53.0"
__version__ = "0.54.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fastybird-metadata>=0.71
fastybird-metadata>=0.72
kink>=0.6
setuptools>=57.4

0 comments on commit 5180287

Please sign in to comment.