Skip to content

Commit a861310

Browse files
committed
Bump to 1.0.0-beta1
1 parent 5772556 commit a861310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ to pool size of 25 threads. You can change that with `AsyncManager.getInstance()
9898
<dependency>
9999
<groupId>org.vaadin.helper</groupId>
100100
<artifactId>async-manager</artifactId>
101-
<version>1.0.0-alpha4</version>
101+
<version>1.0.0-beta1</version>
102102
</dependency>
103103
```
104104

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.vaadin.helper</groupId>
77
<artifactId>async-manager</artifactId>
8-
<version>1.0.0-alpha4</version>
8+
<version>1.0.0-beta1</version>
99
<name>Async Manager</name>
1010
<description>Async Manager for Vaadin Flow</description>
1111

0 commit comments

Comments
 (0)