Skip to content

Commit

Permalink
Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jan 19, 2022
1 parent dc5c636 commit f9db14f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"clue/redis-protocol": "^0.3",
"cweagans/composer-patches": "^1.7",
"fastybird/datetime-factory": "^0.3",
"fastybird/exchange": "^0.11",
"fastybird/metadata": "^0.30",
"fastybird/exchange": "^0.12",
"fastybird/metadata": "^0.31",
"fastybird/socket-server-factory": "^0.4",
"nette/bootstrap": "^3.0",
"nette/di": "^3.0",
Expand Down
2 changes: 1 addition & 1 deletion fb_redisdb_exchange_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
Redis DB exchange plugin
"""

__version__ = "0.15.0"
__version__ = "0.16.0"
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
redis>=3.5
fastybird-exchange>=0.11
fastybird-metadata>=0.30
fastybird-exchange>=0.12
fastybird-metadata>=0.31
kink>=0.6
setuptools>=57.4
whistle>=1.0
whistle>=1.0

0 comments on commit f9db14f

Please sign in to comment.