Skip to content

Commit

Permalink
chore(release): prepare for release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Jul 2, 2021
1 parent 39c96c5 commit 5623a6b
Show file tree
Hide file tree
Showing 94 changed files with 43,064 additions and 4,068 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This project adheres to [Semantic Versioning](http://semver.org/).

## v3.3.0 (2021-07-02)

### Bug Fixes

* Fix NPE when setting Typeface with style 0 ([#188](https://github.com/sjwall/MaterialTapTargetPrompt/issues/188)) ([@akwizgran](https://github.com/akwizgran)))

### Other

* Target Android SDK 30

## v3.2.0 (2021-05-18)

### Testing
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<img alt="Download" src="https://img.shields.io/maven-central/v/uk.co.samuelwall/material-tap-target-prompt">
</a>
<a href="https://sjwall.github.io/MaterialTapTargetPrompt/javadoc">
<img alt="JavaDoc" src="https://img.shields.io/badge/JavaDoc-3.2.0-brightgreen.svg">
<img alt="JavaDoc" src="https://img.shields.io/badge/JavaDoc-3.3.0-brightgreen.svg">
</a>
<a href="https://github.com/sjwall/MaterialTapTargetPrompt/blob/master/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/sjwall/MaterialTapTargetPrompt">
Expand Down Expand Up @@ -63,7 +63,7 @@ Add the following to `build.gradle` using Maven Central:

```groovy
dependencies {
   implementation 'uk.co.samuelwall:material-tap-target-prompt:3.2.0'
   implementation 'uk.co.samuelwall:material-tap-target-prompt:3.3.0'
}
```
Supports Android minSdkVersion 14
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ ext {
compileSdkVersion = 30
buildToolsVersion = '30.0.3'

versionCode = 63
versionName = '3.2.0'
versionCode = 64
versionName = '3.3.0'
}
43 changes: 0 additions & 43 deletions docs/javadoc/allclasses-frame.html

This file was deleted.

Loading

0 comments on commit 5623a6b

Please sign in to comment.