Skip to content

Commit 988ced3

Browse files
committed
Prepare for release 3.0.0.
1 parent 8e98ad5 commit 988ced3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
3.0.0 *(2021-02-19)*
5+
--------------------
6+
* Migrated artifact publishing from Bintray back to Maven Central
7+
48
2.2.0 *(2020-08-21)*
59
--------------------------
610
* Improve handling of text deletion

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Grab via Maven:
1919
<dependency>
2020
<groupId>com.linkedin.android.spyglass</groupId>
2121
<artifactId>spyglass</artifactId>
22-
<version>2.2.0</version>
22+
<version>3.0.0</version>
2323
</dependency>
2424
```
2525
or Gradle:
2626
```groovy
27-
api 'com.linkedin.android.spyglass:spyglass:2.2.0'
27+
api 'com.linkedin.android.spyglass:spyglass:3.0.0'
2828
```
2929

3030
## Overview

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Library info
2-
VERSION_NAME=2.2.1-SNAPSHOT
2+
VERSION_NAME=3.0.0
33
GROUP_ID=com.linkedin.android.spyglass
44
LIBRARY_DESCRIPTION=Flexible library extending EditText to support mentions on Android.
55
LIBRARY_GIT_URL=https://github.com/linkedin/Spyglass

0 commit comments

Comments
 (0)