leewyatt 2021-11-15 14:19:28 +09:00
parent 3a9ec5c33f
commit 715d03fcfd
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ Maven dependency
<dependency> <dependency>
<groupId>com.github.leewyatt</groupId> <groupId>com.github.leewyatt</groupId>
<artifactId>rxcontrols</artifactId> <artifactId>rxcontrols</artifactId>
<!-- 11.x.y -->
<version>11.0.0-alpha</version> <version>11.0.0-alpha</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -12,7 +12,7 @@
<groupId>com.github.leewyatt</groupId> <groupId>com.github.leewyatt</groupId>
<artifactId>rxcontrols</artifactId> <artifactId>rxcontrols</artifactId>
<version>11.0.0-alpha</version> <version>11.0.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>