Skip to content

Commit 2560808

Browse files
committed
Update versions
1 parent b5ce6bc commit 2560808

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## 0.7.0 - 2017-08-31
8+
## [0.7.0] - 2017-08-31
99
### Changed
1010
- Don't autolink if authority is only "end" characters, e.g. like `http://.` or
1111
`http://"` (#15)
@@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5151
- Initial release!
5252

5353

54+
[0.7.0]: https://github.com/robinst/autolink-java/compare/autolink-0.6.0...autolink-0.7.0
5455
[0.6.0]: https://github.com/robinst/autolink-java/compare/autolink-0.5.0...autolink-0.6.0
5556
[0.5.0]: https://github.com/robinst/autolink-java/compare/autolink-0.4.0...autolink-0.5.0
5657
[0.4.0]: https://github.com/robinst/autolink-java/compare/autolink-0.3.0...autolink-0.4.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ This library requires Java 7. It works on Android (minimum API level 15). It has
1212

1313
Maven coordinates
1414
(see
15-
[here](https://search.maven.org/#artifactdetails|org.nibor.autolink|autolink|0.6.0|jar)
15+
[here](https://search.maven.org/#artifactdetails|org.nibor.autolink|autolink|0.7.0|jar)
1616
for other build systems):
1717

1818
```xml
1919
<dependency>
2020
<groupId>org.nibor.autolink</groupId>
2121
<artifactId>autolink</artifactId>
22-
<version>0.6.0</version>
22+
<version>0.7.0</version>
2323
</dependency>
2424
```
2525

0 commit comments

Comments
 (0)