diff --git a/web-examples/src/main/java/io/vertx/example/web/vertxbus/amd/webroot/bower.json b/web-examples/src/main/java/io/vertx/example/web/vertxbus/amd/webroot/bower.json index 2017378b1..ac5968c0b 100644 --- a/web-examples/src/main/java/io/vertx/example/web/vertxbus/amd/webroot/bower.json +++ b/web-examples/src/main/java/io/vertx/example/web/vertxbus/amd/webroot/bower.json @@ -8,6 +8,6 @@ ], "dependencies": { "sockjs-client": "1.0.0", - "vertx3-eventbus-client": "3.2.0-SNAPSHOT" + "vertx3-eventbus-client": "3.1.0" } }