Skip to content

Commit

Permalink
Prepare for release 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nhibner committed Feb 19, 2021
1 parent 8e98ad5 commit 988ced3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

3.0.0 *(2021-02-19)*
--------------------
* Migrated artifact publishing from Bintray back to Maven Central

2.2.0 *(2020-08-21)*
--------------------------
* Improve handling of text deletion
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Grab via Maven:
<dependency>
<groupId>com.linkedin.android.spyglass</groupId>
<artifactId>spyglass</artifactId>
<version>2.2.0</version>
<version>3.0.0</version>
</dependency>
```
or Gradle:
```groovy
api 'com.linkedin.android.spyglass:spyglass:2.2.0'
api 'com.linkedin.android.spyglass:spyglass:3.0.0'
```

## Overview
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Library info
VERSION_NAME=2.2.1-SNAPSHOT
VERSION_NAME=3.0.0
GROUP_ID=com.linkedin.android.spyglass
LIBRARY_DESCRIPTION=Flexible library extending EditText to support mentions on Android.
LIBRARY_GIT_URL=https://github.com/linkedin/Spyglass
Expand Down

0 comments on commit 988ced3

Please sign in to comment.