Skip to content

Commit 9b1f8ac

Browse files
committed
1.0.2.RELEASE
1 parent caf658f commit 9b1f8ac

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[![GitHublicense](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/chanmratekoko/mmcalendar/blob/master/LICENSE) [![Maven Central](https://img.shields.io/badge/Maven%20Central-v1.0.2RC1-blue.svg)](https://search.maven.org/remote_content?g=com.github.chanmratekoko&a=myanmar-calendar&v=LATEST)
2-
1+
[![GitHublicense](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/chanmratekoko/mmcalendar/blob/master/LICENSE) [![Maven Central](https://img.shields.io/badge/Maven--Central-1.0.2.RELEASE-blue.svg)](https://search.maven.org/remote_content?g=com.github.chanmratekoko&a=myanmar-calendar&v=LATEST)
32

43
# Myanmar Calendar
54
**Myanmar Calendar** library for Android and Java applications.
@@ -15,15 +14,15 @@ Usage
1514
<dependency>
1615
<groupId>com.github.chanmratekoko</groupId>
1716
<artifactId>myanmar-calendar</artifactId>
18-
<version>1.0.2.RC1</version>
17+
<version>1.0.2.RELEASE</version>
1918
</dependency>
2019
```
2120

2221
**2. Gradle dependency**
2322
- Add this to your app `build.gradle`:
2423

2524
```gradle
26-
compile 'com.github.chanmratekoko:myanmar-calendar:1.0.2.RC1'
25+
compile 'com.github.chanmratekoko:myanmar-calendar:1.0.2.RELEASE'
2726
```
2827

2928
**3. jar file only**

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.chanmratekoko</groupId>
55
<artifactId>myanmar-calendar</artifactId>
6-
<version>1.0.2.RC1</version>
6+
<version>1.0.2.RELEASE</version>
77
<name>Myanmar Calendar</name>
88
<description>Myanmar Calendar</description>
99

0 commit comments

Comments
 (0)