We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f0a1f commit ca3595bCopy full SHA for ca3595b
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.flowingcode.vaadin.addons</groupId>
6
<artifactId>toggle-button-addon</artifactId>
7
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
8
<name>Toggle Button Add-On</name>
9
<description>Toggle button built on Vaadin components with support for customizable labels and icons</description>
10
<url>https://github.com/FlowingCode/ToggleButton</url>
@@ -39,7 +39,7 @@
39
40
<connection>scm:git:git://github.com/FlowingCode/ToggleButton.git</connection>
41
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/ToggleButton.git</developerConnection>
42
- <tag>1.0.0</tag>
+ <tag>master</tag>
43
</scm>
44
45
<developers>
0 commit comments