We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ac2b1 commit 38da937Copy full SHA for 38da937
README.md
@@ -13,12 +13,12 @@ Download via maven:
13
<dependency>
14
<groupId>com.github.vignesh-iopex</groupId>
15
<artifactId>confirmdialog</artifactId>
16
- <version>0.1.1</version>
+ <version>0.1.2</version>
17
</dependency>
18
```
19
or Gradle:
20
```groovy
21
-compile 'com.github.vignesh-iopex:confirmdialog:0.1.1'
+compile 'com.github.vignesh-iopex:confirmdialog:0.1.2'
22
23
24
License
gradle.properties
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-VERSION_NAME=0.1.1
+VERSION_NAME=0.1.2
VERSION_CODE=1
GROUP=com.github.vignesh-iopex
0 commit comments