Skip to content

Commit f08be91

Browse files
committed
version bump
1 parent dc34298 commit f08be91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Now let's tell composer about our project's dependancies, in this case, PHPNats.
3030
```
3131
{
3232
"require": {
33-
"workfront/nats": "^2.2.0"
33+
"workfront/nats": "^2.2.3"
3434
}
3535
}
3636
```

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"minimum-stability": "dev",
66
"license": "MIT",
7-
"version": "2.2.0",
7+
"version": "2.2.3",
88
"require": {
99
"php": "^7.1"
1010
},

0 commit comments

Comments
 (0)