Skip to content

Commit

Permalink
Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jul 5, 2022
1 parent 74d4bda commit e701f00
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": ">=7.4.0|>=8.0.0",
"cweagans/composer-patches": "^1.7",
"fastybird/metadata": "^0.65",
"fastybird/metadata": "^0.66",
"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.47.0"
__version__ = "0.48.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.65
fastybird-metadata>=0.66
kink>=0.6
setuptools>=57.4

0 comments on commit e701f00

Please sign in to comment.