Skip to content

Commit

Permalink
Prepare 4.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
noties committed Feb 8, 2021
1 parent 50b3168 commit 6f8b8e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# Snapshot
# 4.6.2

#### Added
* `image` - `DefaultDownScalingMediaDecoder` which scales displayed images down ([#329])
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android.enableJetifier=true
android.enableBuildCache=true
android.buildCacheDir=build/pre-dex-cache

VERSION_NAME=4.6.2-SNAPSHOT
VERSION_NAME=4.6.2

GROUP=io.noties.markwon
POM_DESCRIPTION=Markwon markdown for Android
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void run() {

final ImageItem.WithDecodingNeeded withDecodingNeeded = imageItem.getAsWithDecodingNeeded();

// @since $SNAPSHOT; close input stream
// @since 4.6.2 close input stream
try {
MediaDecoder mediaDecoder = mediaDecoders.get(withDecodingNeeded.contentType());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* <strong>NB</strong> this media decoder will create a temporary file for each incoming media resource,
* which can have a performance penalty (IO)
*
* @since $SNAPSHOT;
* @since 4.6.2
*/
public class DefaultDownScalingMediaDecoder extends MediaDecoder {

Expand Down

0 comments on commit 6f8b8e7

Please sign in to comment.