Skip to content

Commit 2c44868

Browse files
committed
chore: update to beta-9
1 parent 9ca06d7 commit 2c44868

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ We are looking for feedback.
3737
If you use Vue GWT on a project, please [let us know how it goes](https://gitter.im/Axellience/vue-gwt).
3838
:::
3939

40-
*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*
40+
*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-9*

docs/guide/project-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ 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-8</version>
16+
<version>1.0-beta-9</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-8</version>
23-
<optional>true</optional>
22+
<version>1.0-beta-9</version>
23+
<optional>true</optional>
2424
</dependency>
2525
</dependencies>
2626
</project>

0 commit comments

Comments
 (0)