Skip to content

Commit

Permalink
Update version numbers in README to 1.1 (google#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaftan authored and cushon committed Oct 7, 2016
1 parent 2382243 commit bab0625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
and run it with:

```
java -jar /path/to/google-java-format-1.0-all-deps.jar <options> [files...]
java -jar /path/to/google-java-format-1.1-all-deps.jar <options> [files...]
```

The formatter can act on whole files, on limited lines (`--lines`), on specific
Expand Down Expand Up @@ -54,7 +54,7 @@ configuration.
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
```

Expand Down

0 comments on commit bab0625

Please sign in to comment.