Skip to content

Commit 24d3cec

Browse files
committed
Publish 1.3.1.
1 parent dbde815 commit 24d3cec

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
### Version 1.4.0 - TBD ([javadoc](http://diffplug.github.io/freshmark/javadoc/snapshot/))
44

5-
### Version 1.3.0 - September 22nd 2015 ([javadoc](http://diffplug.github.io/freshmark/javadoc/1.2.0/), [jcenter](https://bintray.com/diffplug/opensource/freshmark/1.3.0/view))
5+
### Version 1.3.1 - August 16th 2016 ([javadoc](http://diffplug.github.io/freshmark/javadoc/1.3.1/), [jcenter](https://bintray.com/diffplug/opensource/freshmark/1.3.1/view))
6+
7+
* Updated dependencies.
8+
9+
### Version 1.3.0 - September 22nd 2015 ([javadoc](http://diffplug.github.io/freshmark/javadoc/1.3.0/), [jcenter](https://bintray.com/diffplug/opensource/freshmark/1.3.0/view))
610

711
* Added a console interface.
812
* Improved line numbers for error reporting.

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ output = [
1717
].join('\n')
1818
-->
1919
[![Maven artifact](https://img.shields.io/badge/mavenCentral-com.diffplug.freshmark%3Afreshmark-blue.svg)](https://bintray.com/diffplug/opensource/freshmark/view)
20-
[![Latest version](https://img.shields.io/badge/latest-1.3.0-blue.svg)](https://github.com/diffplug/freshmark/releases/latest)
21-
[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](https://diffplug.github.io/freshmark/javadoc/1.3.0/)
20+
[![Latest version](https://img.shields.io/badge/latest-1.3.1-blue.svg)](https://github.com/diffplug/freshmark/releases/latest)
21+
[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](https://diffplug.github.io/freshmark/javadoc/1.3.1/)
2222
[![License Apache](https://img.shields.io/badge/license-Apache-blue.svg)](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))
2323

24-
[![Changelog](https://img.shields.io/badge/changelog-1.4.0--SNAPSHOT-brightgreen.svg)](CHANGES.md)
24+
[![Changelog](https://img.shields.io/badge/changelog-1.3.1-brightgreen.svg)](CHANGES.md)
2525
[![Travis CI](https://travis-ci.org/diffplug/freshmark.svg?branch=master)](https://travis-ci.org/diffplug/freshmark)
2626
[![Live chat](https://img.shields.io/badge/gitter-chat-brightgreen.svg)](https://gitter.im/diffplug/freshmark)
2727

@@ -45,8 +45,8 @@ output = [
4545
].join('\n')
4646
-->
4747
[![Maven artifact](https://img.shields.io/badge/mavenCentral-com.diffplug.freshmark%3Afreshmark-blue.svg)](https://bintray.com/diffplug/opensource/freshmark/view)
48-
[![Latest version](https://img.shields.io/badge/latest-1.3.0-blue.svg)](https://github.com/diffplug/freshmark/releases/latest)
49-
[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](https://diffplug.github.io/freshmark/javadoc/1.3.0/)
48+
[![Latest version](https://img.shields.io/badge/latest-1.3.1-blue.svg)](https://github.com/diffplug/freshmark/releases/latest)
49+
[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](https://diffplug.github.io/freshmark/javadoc/1.3.1/)
5050
[![License Apache](https://img.shields.io/badge/license-Apache-blue.svg)](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))
5151
<!---freshmark /shields -->
5252
```
@@ -57,7 +57,7 @@ In addition to generating Markdown from scratch, FreshMark can also modify exist
5757
<!---freshmark javadoc
5858
output = prefixDelimiterReplace(input, 'https://{{org}}.github.io/{{name}}/javadoc/', '/', stable)
5959
-->
60-
To run FreshMark on some text, call [FreshMark.compile()](https://diffplug.github.io/freshmark/javadoc/1.3.0/com/diffplug/freshmark/FreshMark.html)
60+
To run FreshMark on some text, call [FreshMark.compile()](https://diffplug.github.io/freshmark/javadoc/1.3.1/com/diffplug/freshmark/FreshMark.html)
6161
<!---freshmark /javadoc -->
6262
```
6363

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
stable=1.3.0
2-
version=1.4.0-SNAPSHOT
1+
stable=1.3.1
2+
version=1.3.1
33
name=freshmark
44
group=com.diffplug.freshmark
55
description=FreshMark - Keep your markdown fresh

0 commit comments

Comments
 (0)