Skip to content

Commit 38da937

Browse files
author
Vignesh
committed
Release version 0.1.2
1 parent c0ac2b1 commit 38da937

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Download via maven:
1313
<dependency>
1414
<groupId>com.github.vignesh-iopex</groupId>
1515
<artifactId>confirmdialog</artifactId>
16-
<version>0.1.1</version>
16+
<version>0.1.2</version>
1717
</dependency>
1818
```
1919
or Gradle:
2020
```groovy
21-
compile 'com.github.vignesh-iopex:confirmdialog:0.1.1'
21+
compile 'com.github.vignesh-iopex:confirmdialog:0.1.2'
2222
```
2323

2424
License

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
VERSION_NAME=0.1.1
16+
VERSION_NAME=0.1.2
1717
VERSION_CODE=1
1818
GROUP=com.github.vignesh-iopex
1919

0 commit comments

Comments
 (0)