Skip to content

Commit

Permalink
chore: update to beta-9
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbaron committed Aug 1, 2018
1 parent 9ca06d7 commit 2c44868
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ We are looking for feedback.
If you use Vue GWT on a project, please [let us know how it goes](https://gitter.im/Axellience/vue-gwt).
:::

*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*
*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*
6 changes: 3 additions & 3 deletions docs/guide/project-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ To add Vue GWT to your Maven project, simply add the following to your `pom.xml`
<dependency>
<groupId>com.axellience</groupId>
<artifactId>vue-gwt</artifactId>
<version>1.0-beta-8</version>
<version>1.0-beta-9</version>
</dependency>
<!-- Annotation Processors for Vue GWT -->
<dependency>
<groupId>com.axellience</groupId>
<artifactId>vue-gwt-processors</artifactId>
<version>1.0-beta-8</version>
<optional>true</optional>
<version>1.0-beta-9</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>
Expand Down

0 comments on commit 2c44868

Please sign in to comment.