diff options
author | Olli Tietäväinen <ollit@vaadin.com> | 2017-11-28 16:12:31 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-11-28 16:12:31 +0200 |
commit | 000ece94d8755e440f31404c44e0d5be3a18047c (patch) | |
tree | 9e1e866ab513de77a336ee110fdf3bf07b0a9a24 /documentation/advanced | |
parent | 0fd59e941bb8ed0418cbb75a05c507aaeba09e47 (diff) | |
download | vaadin-framework-000ece94d8755e440f31404c44e0d5be3a18047c.tar.gz vaadin-framework-000ece94d8755e440f31404c44e0d5be3a18047c.zip |
Update vaadin.version in embedding documentation (#10383)
Diffstat (limited to 'documentation/advanced')
-rw-r--r-- | documentation/advanced/advanced-embedding.asciidoc | 4 |
1 files 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, |