Skip to content

Commit df6bf06

Browse files
committed
Update reference to beta 8 in documentation
1 parent a9d322b commit df6bf06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs-source/book/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When you are ready, you can get started with by **[setting it up on your project
4747
If you use it on a project, please <a href="https://gitter.im/Axellience/vue-gwt" target="_blank">let us know how it goes</a>.
4848
</p>
4949

50-
*This documentation was last updated for [Vue.js v2.5.16](https://github.com/vuejs/vue/releases/tag/v2.5.16) and Vue GWT 1.0-beta-7*
50+
*This documentation was last updated for [Vue.js v2.5.16](https://github.com/vuejs/vue/releases/tag/v2.5.16) and Vue GWT 1.0-beta-8*
5151

5252
## Who made this?
5353

docs-source/book/project-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ To add Vue GWT to your Maven project, simply add the following to your `pom.xml`
1313
<dependency>
1414
<groupId>com.axellience</groupId>
1515
<artifactId>vue-gwt</artifactId>
16-
<version>1.0-beta-7</version>
16+
<version>1.0-beta-8</version>
1717
</dependency>
1818
<!-- Annotation Processors for Vue GWT -->
1919
<dependency>
2020
<groupId>com.axellience</groupId>
2121
<artifactId>vue-gwt-processors</artifactId>
22-
<version>1.0-beta-7</version>
22+
<version>1.0-beta-8</version>
2323
<optional>true</optional>
2424
</dependency>
2525
</dependencies>

0 commit comments

Comments
 (0)