Skip to content

Commit

Permalink
Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Apr 2, 2022
1 parent bf322d5 commit 2d186c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -41,7 +41,7 @@
"require" : {
"php" : ">=7.4.0|>=8.0.0",
"cweagans/composer-patches" : "^1.7",
"fastybird/metadata" : "^0.49",
"fastybird/metadata" : "^0.50",
"nette/bootstrap" : "^3.1",
"nette/di" : "^3.0",
"nette/utils" : "^3.2"
Expand Down
2 changes: 1 addition & 1 deletion fastybird_exchange/__init__.py
Expand Up @@ -18,4 +18,4 @@
Exchange library
"""

__version__ = "0.28.0"
__version__ = "0.29.0"
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
fastybird-metadata>=0.49
fastybird-metadata>=0.50
kink>=0.6
setuptools>=57.4

0 comments on commit 2d186c0

Please sign in to comment.