Skip to content

Commit

Permalink
Version bump to v.0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
LRagji committed Jun 23, 2021
1 parent 652d782 commit 016db54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/MultiThreadMultiConnection/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/MultiThreadMultiConnection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {
"ioredis": "^4.27.3",
"piscina": "^3.1.0",
"redis-streams-broker": "0.0.11"
"redis-streams-broker": "0.0.12"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-streams-broker",
"version": "0.0.11",
"version": "0.0.12",
"description": "This package is a broker to redis stream data type, This package provides guaranteed message delivery feature with acknowledgement.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const consumedMem = await broker.memoryFootprint();
2. Raise a Pull Request.

## Current Version:
0.0.10[Beta]
0.0.12[Beta]

## License

Expand Down

0 comments on commit 016db54

Please sign in to comment.