Skip to content

Commit

Permalink
1.0.2.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
chanmrate committed Aug 4, 2017
1 parent caf658f commit 9b1f8ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![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)

[![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)

# Myanmar Calendar
**Myanmar Calendar** library for Android and Java applications.
Expand All @@ -15,15 +14,15 @@ Usage
<dependency>
<groupId>com.github.chanmratekoko</groupId>
<artifactId>myanmar-calendar</artifactId>
<version>1.0.2.RC1</version>
<version>1.0.2.RELEASE</version>
</dependency>
```

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

```gradle
compile 'com.github.chanmratekoko:myanmar-calendar:1.0.2.RC1'
compile 'com.github.chanmratekoko:myanmar-calendar:1.0.2.RELEASE'
```

**3. jar file only**
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.chanmratekoko</groupId>
<artifactId>myanmar-calendar</artifactId>
<version>1.0.2.RC1</version>
<version>1.0.2.RELEASE</version>
<name>Myanmar Calendar</name>
<description>Myanmar Calendar</description>

Expand Down

0 comments on commit 9b1f8ac

Please sign in to comment.