Skip to content

Commit

Permalink
RELEASE: v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulasri committed Mar 22, 2018
1 parent fb0d507 commit 47f2a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For information : checkout [Sample App Code](https://github.com/vipulasri/Ticket

``` gradle
dependencies {
compile 'com.vipulasri:ticketview:1.0.4'
compile 'com.vipulasri:ticketview:1.0.5'
}
```

Expand All @@ -40,7 +40,7 @@ dependencies {
<dependency>
<groupId>com.vipulasri</groupId>
<artifactId>ticketview</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion ticketview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
groupId = 'com.vipulasri'
libraryName = 'TicketView'
artifact = 'ticketview'
libraryVersion = '1.0.4'
libraryVersion = '1.0.5'
libraryDescription = 'A custom view to implement TicketView in android.'

siteUrl = 'https://github.com/vipulasri/TicketView'
Expand Down

0 comments on commit 47f2a76

Please sign in to comment.