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

Commit

Permalink
Update Web Component version (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed May 4, 2020
1 parent 9fb06e1 commit d45e502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import com.vaadin.flow.shared.Registration;

@Tag("vaadin-details")
@NpmPackage(value = "@vaadin/vaadin-details", version = "1.1.0-alpha1")
@NpmPackage(value = "@vaadin/vaadin-details", version = "1.1.0")
@JsModule("@vaadin/vaadin-details/src/vaadin-details.js")
public class Details extends Component implements HasEnabled, HasTheme {

Expand Down

0 comments on commit d45e502

Please sign in to comment.