Skip to content

Commit 75eb99c

Browse files
committed
Update README.md to refer to current version for release branch.
1 parent c1e3cb9 commit 75eb99c

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
@@ -11,16 +11,16 @@ abstract file system APIs.
1111
Getting started
1212
---------------
1313

14-
The latest release is [1.0](https://github.com/google/jimfs/releases/tag/v1.0).
14+
The latest release is [1.1](https://github.com/google/jimfs/releases/tag/v1.1).
1515

1616
It is available in Maven Central as
17-
[com.google.jimfs:jimfs:1.0](http://search.maven.org/#artifactdetails%7Ccom.google.jimfs%7Cjimfs%7C1.0%7Cjar):
17+
[com.google.jimfs:jimfs:1.1](http://search.maven.org/#artifactdetails%7Ccom.google.jimfs%7Cjimfs%7C1.1%7Cjar):
1818

1919
```xml
2020
<dependency>
2121
<groupId>com.google.jimfs</groupId>
2222
<artifactId>jimfs</artifactId>
23-
<version>1.0</version>
23+
<version>1.1</version>
2424
</dependency>
2525
```
2626

0 commit comments

Comments
 (0)