Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fluorumlabs committed Mar 29, 2019
1 parent a3df405 commit e713d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ to pool size of 25 threads. You can change that with `AsyncManager.getInstance()
<dependency>
<groupId>org.vaadin.helper</groupId>
<artifactId>async-manager</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.vaadin.helper</groupId>
<artifactId>async-manager</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<name>Async Manager</name>
<description>Async Manager for Vaadin Flow</description>

Expand Down

0 comments on commit e713d8a

Please sign in to comment.