Skip to content

Commit

Permalink
Prepare for release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Jul 7, 2015
1 parent f92da76 commit 30f32e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Change Log
==========


## Version 1.3.1

_2015-07-07_

* Fix: Create PrintView in code.


## Version 1.3.0

_2015-05-15_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Download
Gradle:

```groovy
compile 'com.github.johnkil.print:print:1.3.0'
compile 'com.github.johnkil.print:print:1.3.1'
```

Maven:
Expand All @@ -28,7 +28,7 @@ Maven:
<dependency>
<groupId>com.github.johnkil.print</groupId>
<artifactId>print</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<type>aar</type>
</dependency>
```
Expand Down

0 comments on commit 30f32e6

Please sign in to comment.