Skip to content

Commit 27f487f

Browse files
committed
Bump versions in docs
1 parent 98cf5d3 commit 27f487f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Coordinates for core library (see all on [Maven Central]):
3333
<dependency>
3434
<groupId>com.atlassian.commonmark</groupId>
3535
<artifactId>commonmark</artifactId>
36-
<version>0.13.0</version>
36+
<version>0.13.1</version>
3737
</dependency>
3838
```
3939

@@ -227,7 +227,7 @@ First, add an additional dependency (see [Maven Central] for others):
227227
<dependency>
228228
<groupId>com.atlassian.commonmark</groupId>
229229
<artifactId>commonmark-ext-gfm-tables</artifactId>
230-
<version>0.13.0</version>
230+
<version>0.13.1</version>
231231
</dependency>
232232
```
233233

commonmark-android-test/.travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ autolink_version=$(cd ../commonmark-ext-autolink && mvn help:evaluate -Dexpressi
88

99
touch test.properties
1010
echo "path.report=../report" >> test.properties
11-
echo "version.maven=0.13.0" >> test.properties
11+
echo "version.maven=0.13.1" >> test.properties
1212
echo "version.maven_autolink=0.10.0" >> test.properties
1313
echo "version.snapshot=$version" >> test.properties
1414
echo "version.snapshot_autolink=$autolink_version" >> test.properties

commonmark-android-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sdk.dir=/path_to_android_sdk
2828
path.report=../report
2929

3030
# Version number of commonmark and extensions in maven central.
31-
version.maven=0.13.0
31+
version.maven=0.13.1
3232
# Version number of autolink in maven central (not bundled with extension jar).
3333
version.maven_autolink=0.10.0
3434

0 commit comments

Comments
 (0)