Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Oct 23, 2017
1 parent 851c5cb commit 363e702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ViewPrinter lets you preview, edit and print View hierarchies, be it graphics, t
or whatever you can draw in Android.

```groovy
compile 'com.otaliastudios:viewprinter:0.2.1'
compile 'com.otaliastudios:viewprinter:0.3.0'
```

<p>
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'
// Required by bintray
// archivesBaseName is required if artifactId is different from gradle module name
// or you can add baseName to each archive task (sources, javadoc, aar)
version = '0.2.1'
version = '0.3.0'
group = 'com.otaliastudios'
archivesBaseName = 'viewprinter'

Expand Down

0 comments on commit 363e702

Please sign in to comment.