Skip to content

Commit

Permalink
Update Flow version (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneToIgnore authored and Artur- committed Dec 18, 2017
1 parent a0731ca commit eb748cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.idea/
target

*.iml
6 changes: 3 additions & 3 deletions vaadin-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<url>http://vaadin.com</url>

<properties>
<flow.version>1.0.0.alpha13</flow.version>
<flow.version>1.0.0.alpha14</flow.version>
<testbench.version>6.0.0.alpha1</testbench.version>
<board.version>1.1.0</board.version>
<charts.version>6.0.0.alpha6</charts.version>
Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-grid-flow</artifactId>
<version>1.0.0.alpha3</version>
<version>1.0.0.alpha4</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down Expand Up @@ -171,7 +171,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-radio-button-flow</artifactId>
<version>1.0.0.alpha1</version>
<version>1.0.0.alpha2</version>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
Expand Down

0 comments on commit eb748cb

Please sign in to comment.