We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e3cb9 commit 75eb99cCopy full SHA for 75eb99c
README.md
@@ -11,16 +11,16 @@ abstract file system APIs.
11
Getting started
12
---------------
13
14
-The latest release is [1.0](https://github.com/google/jimfs/releases/tag/v1.0).
+The latest release is [1.1](https://github.com/google/jimfs/releases/tag/v1.1).
15
16
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):
+[com.google.jimfs:jimfs:1.1](http://search.maven.org/#artifactdetails%7Ccom.google.jimfs%7Cjimfs%7C1.1%7Cjar):
18
19
```xml
20
<dependency>
21
<groupId>com.google.jimfs</groupId>
22
<artifactId>jimfs</artifactId>
23
- <version>1.0</version>
+ <version>1.1</version>
24
</dependency>
25
```
26
0 commit comments