Skip to content

Commit

Permalink
Prepare to release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Aug 20, 2024
1 parent 98a5839 commit 84d864e
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 @@ -3,7 +3,7 @@
A kotlin library for generating link previews by extracting their [Twitter Card](https://developer.x.com/en/docs/twitter-for-websites/cards/guides/getting-started) and [Open Graph](https://ogp.me/) tags.

```groovy
implementation "me.saket.unfurl:unfurl:2.1.0"
implementation "me.saket.unfurl:unfurl:2.2.0"
```

```kotlin
Expand Down
2 changes: 1 addition & 1 deletion unfurl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mavenPublishing {
signAllPublications()
publishToMavenCentral(automaticRelease = true)

coordinates("me.saket.unfurl", "unfurl", "2.2.0-SNAPSHOT")
coordinates("me.saket.unfurl", "unfurl", "2.2.0")
pom {
name = "unfurl"
description = "Generate preview of links, inspired by Slack"
Expand Down

0 comments on commit 84d864e

Please sign in to comment.