Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Bump Web Component version to 1.3.0-beta1 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Aug 4, 2020
1 parent 3c3abc9 commit 37cd181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* @param <E> the bean type
*/
@Tag("vaadin-crud")
@NpmPackage(value = "@vaadin/vaadin-crud", version = "1.3.0-alpha3")
@NpmPackage(value = "@vaadin/vaadin-crud", version = "1.3.0-beta1")
@JsModule("@vaadin/vaadin-crud/src/vaadin-crud.js")
@JsModule("@vaadin/vaadin-crud/src/vaadin-crud-edit-column.js")
public class Crud<E> extends Component implements HasSize, HasTheme {
Expand Down

0 comments on commit 37cd181

Please sign in to comment.