From 000ece94d8755e440f31404c44e0d5be3a18047c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olli=20Tiet=C3=A4v=C3=A4inen?= Date: Tue, 28 Nov 2017 16:12:31 +0200 Subject: [PATCH] Update vaadin.version in embedding documentation (#10383) --- documentation/advanced/advanced-embedding.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/advanced/advanced-embedding.asciidoc b/documentation/advanced/advanced-embedding.asciidoc index 8c16f99aac..f401f3115a 100644 --- a/documentation/advanced/advanced-embedding.asciidoc +++ b/documentation/advanced/advanced-embedding.asciidoc @@ -182,7 +182,7 @@ For example: "serviceUrl": "[replaceable]#helloworld#/", "widgetset": "[replaceable]#com.example.MyWidgetSet#", "theme": "[replaceable]#mytheme#", - "versionInfo": {"vaadinVersion": "[replaceable]#7.0.0#"}, + "versionInfo": {"vaadinVersion": "[replaceable]#8.1.6#"}, "vaadinDir": "[replaceable]#VAADIN/#", "heartbeatInterval": [replaceable]#300#, "debug": [replaceable]#true#, @@ -271,7 +271,7 @@ element. "serviceUrl": "helloworld/", "widgetset": "com.example.MyWidgetSet", "theme": "mytheme", - "versionInfo": {"vaadinVersion": "7.0.0"}, + "versionInfo": {"vaadinVersion": "8.1.6"}, "vaadinDir": "VAADIN/", "heartbeatInterval": 300, "debug": true, -- 2.39.5