Skip to content

Commit 3f92f90

Browse files
authored
Update README references for 3.0.1
1 parent 90c031c commit 3f92f90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Version 3.0
22

3-
The `3.0.0` version is now available! This should resolve a number of text handling issues and lay the groundwork for better support of mixed text and token input. If you're still on `2.*`, you can find the docs for `2.0.8` [here](https://github.com/splitwise/TokenAutoComplete/tree/2.0.8).
3+
The `3.0.1` version is now available! This should resolve a number of text handling issues and lay the groundwork for better support of mixed text and token input. If you're still on `2.*`, you can find the docs for `2.0.8` [here](https://github.com/splitwise/TokenAutoComplete/tree/2.0.8).
44

55
### Upgrading from 2.* to 3.0
66

@@ -58,15 +58,15 @@ Setup
5858
### Gradle
5959
```
6060
dependencies {
61-
compile "com.splitwise:tokenautocomplete:3.0.0@aar"
61+
compile "com.splitwise:tokenautocomplete:3.0.1@aar"
6262
}
6363
```
6464
### Maven
6565
```
6666
<dependency>
6767
<groupId>com.splitwise</groupId>
6868
<artifactId>tokenautocomplete</artifactId>
69-
<version>3.0.0</version>
69+
<version>3.0.1</version>
7070
<type>aar</type>
7171
</dependency>
7272
```

0 commit comments

Comments
 (0)